Skip to content

Commit 3e3004f

Browse files
committed
minor #3865 Fixed link. (aitboudad)
This PR was submitted for the master branch but it was merged into the 2.5 branch instead (closes #3865). Discussion ---------- Fixed link. | Q | A | ------------- | --- | Doc fix? | yes| New docs? | no | Applies to | 2.5 |Fixed tickets | - Commits ------- b2e4330 Fixed link.
2 parents 4fd1b49 + 564f60d commit 3e3004f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/security.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ authorization from inside a controller::
10991099
.. versionadded:: 2.5
11001100
The ``createAccessDeniedException`` method was introduced in Symfony 2.5.
11011101

1102-
The :method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller::createAccessDeniedException()`
1102+
The :method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller::createAccessDeniedException`
11031103
method creates a special :class:`Symfony\\Component\\Security\\Core\Exception\\AccessDeniedException`
11041104
object, which ultimately triggers a 403 HTTP response inside Symfony.
11051105

0 commit comments

Comments
 (0)