Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0a298f2

Browse files
mvhirschondrejmirtes
authored andcommitted
fixes typo
1 parent 8ab4634 commit 0a298f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ $query = $entityManager->createQuery('
117117
');
118118
$query->getSingleResult(Query::HYDRATE_OBJECT); // array{id: int, email: string, name: string}>
119119

120-
$query = $entityManager->createQueryBuiler()
120+
$query = $entityManager->createQueryBuilder()
121121
->select('u')
122122
->from(User::class, 'u')
123123
->getQuery();

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /