Skip to content

Commit 5c794ae

Browse files
committed
Merge branch '2.4'
* 2.4: Little correction for case 'ar' No need to use mb functions here Fix doc-blocks Fix doc blocks [HttpFoundation] update phpdoc of SessionHandlerInterface and unify parameters of all handlers according to interface [Doctrine Bridge] fix DbalSessionHandler for high concurrency, interface compliance, compatibility with all drivers (oci8, mysqli, pdo with mysql, sqlsrv, sqlite) [Finder] Marked test skipped when ftp stream wrapper is not available Conflicts: src/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.php
2 parents f4e4d29 + ddbe58d commit 5c794ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authorization/Voter/ExpressionVoter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class ExpressionVoter implements VoterInterface
3434
*
3535
* @param ExpressionLanguage $expressionLanguage
3636
* @param AuthenticationTrustResolverInterface $trustResolver
37-
* @param RoleHierarchyInterface $roleHierarchy
37+
* @param RoleHierarchyInterface|null $roleHierarchy
3838
*/
3939
public function __construct(ExpressionLanguage $expressionLanguage, AuthenticationTrustResolverInterface $trustResolver, RoleHierarchyInterface $roleHierarchy = null)
4040
{

0 commit comments

Comments
 (0)