summaryrefslogtreecommitdiffstats
path: root/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Core')
-rw-r--r--Core/SecurityContext.php2
-rw-r--r--Core/SecurityContextInterface.php2
2 files changed, 2 insertions, 2 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)
{
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