summaryrefslogtreecommitdiffstats
path: root/Core/Util/SecureRandomInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Util/SecureRandomInterface.php')
-rw-r--r--Core/Util/SecureRandomInterface.php2
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>
*/