diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2012-12-11 11:49:22 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2012-12-11 11:49:22 +0100 |
commit | 2b733ec2d017d7f02f2c034950337e36015acf99 (patch) | |
tree | 2fef0b8d921aedc52dbf2d0520377f9c8c14d968 /Core/Util/SecureRandomInterface.php | |
parent | 94149fa4eadb815a898537129c7ac2a512fd721e (diff) | |
download | symfony-security-2b733ec2d017d7f02f2c034950337e36015acf99.zip symfony-security-2b733ec2d017d7f02f2c034950337e36015acf99.tar.gz symfony-security-2b733ec2d017d7f02f2c034950337e36015acf99.tar.bz2 |
fixed CS
Diffstat (limited to 'Core/Util/SecureRandomInterface.php')
-rw-r--r-- | Core/Util/SecureRandomInterface.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Core/Util/SecureRandomInterface.php b/Core/Util/SecureRandomInterface.php index bb70a7e..2c35a72 100644 --- a/Core/Util/SecureRandomInterface.php +++ b/Core/Util/SecureRandomInterface.php @@ -11,7 +11,6 @@ namespace Symfony\Component\Security\Core\Util; - /** * Interface that needs to be implemented by all secure random number generators. * |