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 e9053c0

Browse filesBrowse files
inoryyweaverryan
authored andcommitted
fix problems pointed out by @javiereguiluz and @cordoval
1 parent 968cb65 commit e9053c0
Copy full SHA for e9053c0

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎cookbook/security/abstract_voter.rst.inc

Copy file name to clipboardExpand all lines: cookbook/security/abstract_voter.rst.inc
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ which has this structure:
1818
.. include:: /cookbook/security/voter_interface.rst.inc
1919

2020
The basic functionality covering common use cases is provided
21-
and end developer is expected to implement the abstract methods.
21+
and developer is expected to implement the abstract methods.
2222

2323
The :method:`Symfony\\Component\\Security\\Core\\Authorization\\Voter\\AbstractVoter::getSupportedClasses`
2424
method is used to provide an array of supported classes, i.e. ['\Acme\DemoBundle\Model\Product']
@@ -28,4 +28,4 @@ method is used to provide an array of supported attributes, i.e. ['CREATE', 'REA
2828

2929
The :method:`Symfony\\Component\\Security\\Core\\Authorization\\Voter\\AbstractVoter::isGranted`
3030
method must implement the business logic that verifies whether or not a given
31-
user is allowed a given attribute on a given object. This method must return a boolean.
31+
user is allowed access to a given attribute on a given object. This method must return a boolean.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.