diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2011-12-13 08:50:54 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2011-12-13 10:22:12 +0100 |
commit | d62274e7daa62c8dd1e2f772e108a773ca043a69 (patch) | |
tree | 66dcd95987e267e83cba9b51b7925255e4a8601d /Core/SecurityContextInterface.php | |
parent | d2bdba5c73733dbc45153658584f16b57126090c (diff) | |
download | symfony-security-d62274e7daa62c8dd1e2f772e108a773ca043a69.zip symfony-security-d62274e7daa62c8dd1e2f772e108a773ca043a69.tar.gz symfony-security-d62274e7daa62c8dd1e2f772e108a773ca043a69.tar.bz2 |
[DoctrineBridge] fixed some CS
Diffstat (limited to 'Core/SecurityContextInterface.php')
-rw-r--r-- | Core/SecurityContextInterface.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Core/SecurityContextInterface.php b/Core/SecurityContextInterface.php index d57c409..46b2cc4 100644 --- a/Core/SecurityContextInterface.php +++ b/Core/SecurityContextInterface.php @@ -35,6 +35,7 @@ interface SecurityContextInterface * Sets the authentication token. * * @param TokenInterface $token + * * @return void */ function setToken(TokenInterface $token = null); @@ -44,6 +45,7 @@ interface SecurityContextInterface * * @param array $attributes * @param mixed $object + * * @return Boolean */ function isGranted($attributes, $object = null); |