diff options
author | Romain Neutron <imprec@gmail.com> | 2014-04-18 22:37:14 +0200 |
---|---|---|
committer | Romain Neutron <imprec@gmail.com> | 2014-04-18 22:37:14 +0200 |
commit | c5899fcc178588d382ad4f65d426c0ab38b10951 (patch) | |
tree | 0b4a963ca8e2b38683c7e735b7bce72ba8b2bac4 /Core | |
parent | e61596f268884e2584fb667016b4c3ad72270a1d (diff) | |
download | symfony-security-c5899fcc178588d382ad4f65d426c0ab38b10951.zip symfony-security-c5899fcc178588d382ad4f65d426c0ab38b10951.tar.gz symfony-security-c5899fcc178588d382ad4f65d426c0ab38b10951.tar.bz2 |
Fix doc blocks
Diffstat (limited to 'Core')
-rw-r--r-- | Core/Authorization/Voter/ExpressionVoter.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Core/Authorization/Voter/ExpressionVoter.php b/Core/Authorization/Voter/ExpressionVoter.php index 09953ac..3263803 100644 --- a/Core/Authorization/Voter/ExpressionVoter.php +++ b/Core/Authorization/Voter/ExpressionVoter.php @@ -32,7 +32,9 @@ class ExpressionVoter implements VoterInterface /** * Constructor. * - * @param ExpressionLanguage $expressionLanguage + * @param ExpressionLanguage $expressionLanguage + * @param AuthenticationTrustResolverInterface $trustResolver + * @param RoleHierarchyInterface|null $roleHierarchy */ public function __construct(ExpressionLanguage $expressionLanguage, AuthenticationTrustResolverInterface $trustResolver, RoleHierarchyInterface $roleHierarchy = null) { |