diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2012-10-27 12:50:37 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2012-10-28 08:06:38 +0100 |
commit | c0ea4df9110557a2453b434d979d1c6d90d998c2 (patch) | |
tree | 4f4f9a24c2ac4c0933eb776675e43a2bcdb3247a /Core/Util/SecureRandomInterface.php | |
parent | 01ac68a3cee68d8ab99d0da264e7ca332b7e3df9 (diff) | |
download | symfony-security-c0ea4df9110557a2453b434d979d1c6d90d998c2.zip symfony-security-c0ea4df9110557a2453b434d979d1c6d90d998c2.tar.gz symfony-security-c0ea4df9110557a2453b434d979d1c6d90d998c2.tar.bz2 |
fixed CS
Diffstat (limited to 'Core/Util/SecureRandomInterface.php')
-rw-r--r-- | Core/Util/SecureRandomInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Util/SecureRandomInterface.php b/Core/Util/SecureRandomInterface.php index f2d8175..64830a9 100644 --- a/Core/Util/SecureRandomInterface.php +++ b/Core/Util/SecureRandomInterface.php @@ -14,7 +14,7 @@ namespace Symfony\Component\Security\Core\Util; use Symfony\Component\HttpKernel\Log\LoggerInterface; /** - * A secure random number generator implementation. + * Interface that needs to be implemented by all secure random number generators. * * @author Fabien Potencier <fabien@symfony.com> */ |