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

Commit 12a6ccb

Browse files
committed
Merge branch '2.4' into 2.5
* 2.4: [DependencyInjection] fix @return anno created by PhpDumper Fixed the phpdoc of the VoterInterface [DoctrineBridge] Fix empty parameter logging in the dbal logger Fixed #11675 ValueToDuplicatesTransformer accept "0" value check for the correct field type fix handling of nullable XML attributes [DomCrawler] fix the axes handling in a bc way Conflicts: src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php
2 parents 79b8436 + dd1ae0a commit 12a6ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Authorization/Voter/VoterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function supportsClass($class);
4949
* ACCESS_GRANTED, ACCESS_DENIED, or ACCESS_ABSTAIN.
5050
*
5151
* @param TokenInterface $token A TokenInterface instance
52-
* @param object $object The object to secure
52+
* @param object|null $object The object to secure
5353
* @param array $attributes An array of attributes associated with the method being invoked
5454
*
5555
* @return int either ACCESS_GRANTED, ACCESS_ABSTAIN, or ACCESS_DENIED

0 commit comments

Comments
 (0)