Skip to content

Commit 27ee3fa

Browse files
committed
minor #6119 Remove phrase "in order" (micheal)
This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes #6119). Discussion ---------- Remove phrase "in order" "In order" is usually unnecessary. The same meaning can be conveyed by removing the phrase in this case. Commits ------- ca7c08c Remove phrase "in order"
2 parents c78da00 + ca7c08c commit 27ee3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/entity_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Next, make sure to :ref:`create the database table <book-doctrine-creating-the-d
156156
What's this UserInterface?
157157
~~~~~~~~~~~~~~~~~~~~~~~~~~
158158

159-
So far, this is just a normal entity. But in order to use this class in the
159+
So far, this is just a normal entity. But to use this class in the
160160
security system, it must implement
161161
:class:`Symfony\\Component\\Security\\Core\\User\\UserInterface`. This
162162
forces the class to have the five following methods:

0 commit comments

Comments
 (0)