Skip to content

Commit f061758

Browse files
committed
[#3098] Removing whitespace
1 parent a0b617a commit f061758

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/forms/types/entity.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ is needed.
5858
Using Choices
5959
~~~~~~~~~~~~~
6060

61-
If you want to limit the entities which are available as choices you can provide
61+
If you want to limit the entities which are available as choices you can provide
6262
them by calling the getter function of an entity:
6363

6464
$builder->add('users', 'entity', array(
@@ -145,9 +145,9 @@ choices
145145

146146
**type**: array || ``\Traversable`` **default**: all entities
147147

148-
If the choices are provided only these will be available. The choices need to
149-
be a traversable collection such as the
150-
``Doctrine\Common\Collections\ArrayCollection`` containing only entities of the
148+
If the choices are provided only these will be available. The choices need to
149+
be a traversable collection such as the
150+
``Doctrine\Common\Collections\ArrayCollection`` containing only entities of the
151151
specified class.
152152

153153
choice_list

0 commit comments

Comments
 (0)