FluentDOM\Loader\Lazy::normalizeContentType PHP Method

normalizeContentType() private method

private normalizeContentType ( $contentType )
    private function normalizeContentType($contentType)
    {
        return trim(strtolower($contentType));
    }