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

Commit d75aac7

Browse files
committed
Merge branch '2.8' into 3.1
* 2.8: [FrameworkBundle] Fix Incorrect line break in exception message (500 debug page) [Security] Added note inside phpdoc. Minor cleanups and improvements [form] lazy trans `post_max_size_message`. [DI] Fix setting synthetic services on ContainerBuilder [ClassLoader] Fix ClassCollectionLoader inlining with declare(strict_types=1)
2 parents e6b53bf + 8aa4ba6 commit d75aac7

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
@@ -58,6 +58,7 @@ abstract protected function supports($attribute, $subject);
5858

5959
/**
6060
* Perform a single access check operation on a given attribute, subject and token.
61+
* It is safe to assume that $attribute and $subject already passed the "supports()" method check.
6162
*
6263
* @param string $attribute
6364
* @param mixed $subject

0 commit comments

Comments
 (0)