diff options
Diffstat (limited to 'Core/SecurityContextInterface.php')
-rw-r--r-- | Core/SecurityContextInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/SecurityContextInterface.php b/Core/SecurityContextInterface.php index c54ca0e..41815fb 100644 --- a/Core/SecurityContextInterface.php +++ b/Core/SecurityContextInterface.php @@ -35,7 +35,7 @@ interface SecurityContextInterface * * @param array $attributes * @param mixed $object - * @return boolean + * @return Boolean */ function isGranted($attributes, $object = null); }
\ No newline at end of file |