Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 36070c5

Browse files
Kocfabpot
authored andcommitted
[Security] Added note inside phpdoc.
1 parent cc1acd8 commit 36070c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Core/Authorization/Voter/Voter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ abstract protected function supports($attribute, $subject);
7474

7575
/**
7676
* Perform a single access check operation on a given attribute, subject and token.
77+
* It is safe to assume that $attribute and $subject already passed the "supports()" method check.
7778
*
7879
* @param string $attribute
7980
* @param mixed $subject

0 commit comments

Comments
 (0)