Skip to content

Commit 2324ea5

Browse files
committed
Fix formatting
1 parent 99e4d37 commit 2324ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/entity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ option. The easiest way to use the option is as follows::
7676

7777
$builder->add('users', 'entity', array(
7878
'class' => 'AcmeHelloBundle:User',
79-
'query_builder' => function(EntityRepository $er) {
79+
'query_builder' => function (EntityRepository $er) {
8080
return $er->createQueryBuilder('u')
8181
->orderBy('u.username', 'ASC');
8282
},

0 commit comments

Comments
 (0)