diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2011-12-13 16:12:53 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2011-12-13 16:12:53 +0100 |
commit | 6b3a3b55d1d7318db0948afa3babb5fa953aa5d2 (patch) | |
tree | 5b7b6152a6f2d1c2fd39c3afc4fcb76197f87dd1 /Core/SecurityContextInterface.php | |
parent | 571b855fb77836023b28fc3bfd5d5a3b8459e847 (diff) | |
parent | d62274e7daa62c8dd1e2f772e108a773ca043a69 (diff) | |
download | symfony-security-6b3a3b55d1d7318db0948afa3babb5fa953aa5d2.zip symfony-security-6b3a3b55d1d7318db0948afa3babb5fa953aa5d2.tar.gz symfony-security-6b3a3b55d1d7318db0948afa3babb5fa953aa5d2.tar.bz2 |
merged 2.0
Diffstat (limited to 'Core/SecurityContextInterface.php')
-rw-r--r-- | Core/SecurityContextInterface.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Core/SecurityContextInterface.php b/Core/SecurityContextInterface.php index 600f7b4..2fc27b0 100644 --- a/Core/SecurityContextInterface.php +++ b/Core/SecurityContextInterface.php @@ -52,6 +52,7 @@ interface SecurityContextInterface * * @param array $attributes * @param mixed $object + * * @return Boolean */ function isGranted($attributes, $object = null); |