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

Appearance settings

Commit ca7c08c

Browse filesBrowse files
michealxabbuh
micheal
authored andcommitted
Remove phrase "in order"
"In order" is usually unnecessary. The same meaning can be conveyed by removing the phrase in this case.
1 parent c78da00 commit ca7c08c
Copy full SHA for ca7c08c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cookbook/security/entity_provider.rst

Copy file name to clipboardExpand all lines: cookbook/security/entity_provider.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.