summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEriksen Costa <eriksencosta@gmail.com>2011-04-27 02:25:26 -0300
committerEriksen Costa <eriksencosta@gmail.com>2011-04-27 02:35:10 -0300
commit66c87668963c3b80d770e998d7c68a4dd030dcc2 (patch)
treed1976445b7c17429b69c7b98a3971e19c83bd53d
parente2231da7eadcdc2ec5ac5be89ce3d21422dfafd6 (diff)
downloadsymfony-security-66c87668963c3b80d770e998d7c68a4dd030dcc2.zip
symfony-security-66c87668963c3b80d770e998d7c68a4dd030dcc2.tar.gz
symfony-security-66c87668963c3b80d770e998d7c68a4dd030dcc2.tar.bz2
capitalized 'boolean'
-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