Skip to content

Commit ec2ff2e

Browse files
committed
minor #10513 Fixed minor syntax issues (javiereguiluz)
This PR was merged into the 4.1 branch. Discussion ---------- Fixed minor syntax issues This formatting is not supported by RST. See: ![wrong-syntax](https://user-images.githubusercontent.com/73419/47156464-7c54a300-d2e7-11e8-852d-51f8b63c968e.png) Commits ------- 77af770 Fixed minor syntax issues
2 parents 6547f7d + 77af770 commit ec2ff2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

security.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ security system step-by-step:
1717

1818
#. :ref:`Create your User Class <create-user-class>`;
1919

20-
#. :ref:`*Authentication* & Firewalls <security-yaml-firewalls>`;
20+
#. :ref:`Authentication & Firewalls <security-yaml-firewalls>`;
2121

22-
#. :ref:`Denying access to your app (*authorization*) <security-authorization>`;
22+
#. :ref:`Denying access to your app (authorization) <security-authorization>`;
2323

2424
#. :ref:`Fetching the current User object <retrieving-the-user-object>`.
2525

@@ -175,7 +175,7 @@ create dummy database users:
175175
.. code-block:: terminal
176176
177177
$ php bin/console make:fixtures
178-
178+
179179
The class name of the fixtures to create (e.g. AppFixtures):
180180
> UserFixture
181181
@@ -702,7 +702,7 @@ If you need to get the logged in user from a service, use the
702702
// ...
703703

704704
use Symfony\\Component\\Security\\Core\\Security;
705-
705+
706706
class ExampleService
707707
{
708708
private $security;
@@ -1001,7 +1001,7 @@ Authorization (Denying Access)
10011001
security/securing_services
10021002
security/access_control
10031003
security/access_denied_handler
1004-
security/acl
1004+
security/acl
10051005
security/force_https
10061006
security/security_checker
10071007

0 commit comments

Comments
 (0)