8000 Improved code readability · jongotlin/symfony-docs@e96d9ff · GitHub
[go: up one dir, main page]

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 e96d9ff

Browse files
wouterjweaverryan
authored andcommitted
Improved code readability
1 parent e2e2036 commit e96d9ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

book/security.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,9 @@ class:
12261226
security:
12271227
providers:
12281228
main:
1229-
entity: { class: Acme\UserBundle\Entity\User, property: username }
1229+
entity:
1230+
class: Acme\UserBundle\Entity\User
1231+
property: username
12301232
12311233
.. code-block:: xml
12321234

0 commit comments

Comments
 (0)
0