Skip to content

Commit 6f5c8b9

Browse files
committed
minor #6983 Update voters.rst (seferov)
This PR was merged into the 2.7 branch. Discussion ---------- Update voters.rst As `:method:` puts `()` at the end Commits ------- 47d115f Update voters.rst
2 parents 4be42c8 + 47d115f commit 6f5c8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/voters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ How to Use the Voter in a Controller
204204
The registered voter will then always be asked as soon as the method ``isGranted()``
205205
from the authorization checker is called. When extending the base ``Controller``
206206
class, you can simply call the
207-
:method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller::denyAccessUnlessGranted()`
207+
:method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller::denyAccessUnlessGranted`
208208
method::
209209

210210
// src/AppBundle/Controller/PostController.php

0 commit comments

Comments
 (0)