We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98e879c + 5090474 commit 03884d1Copy full SHA for 03884d1
Authorization/AccessDecisionManager.php
@@ -59,7 +59,7 @@ public function __construct(iterable $voters = [], string $strategy = self::STRA
59
public function decide(TokenInterface $token, array $attributes, $object = null)
60
{
61
if (\count($attributes) > 1) {
62
- throw new InvalidArgumentException(sprintf('Passing more than one Security attribute to %s() is not supported.', __METHOD__));
+ throw new InvalidArgumentException(sprintf('Passing more than one Security attribute to "%s()" is not supported.', __METHOD__));
63
}
64
65
return $this->{$this->strategy}($token, $attributes, $object);
0 commit comments