diff options
Diffstat (limited to 'Core/SecurityContext.php')
-rw-r--r-- | Core/SecurityContext.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/SecurityContext.php b/Core/SecurityContext.php index c88f54f..575f94b 100644 --- a/Core/SecurityContext.php +++ b/Core/SecurityContext.php @@ -53,7 +53,7 @@ class SecurityContext implements SecurityContextInterface * @throws AuthenticationCredentialsNotFoundException when the security context has no authentication token. * @param mixed $attributes * @param mixed|null $object - * @return boolean + * @return Boolean */ public final function isGranted($attributes, $object = null) { |