diff options
Diffstat (limited to 'Core')
-rw-r--r-- | Core/Util/SecureRandomInterface.php | 2 | ||||
-rw-r--r-- | Core/Util/StringUtils.php | 2 |
2 files changed, 2 insertions, 2 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> */ diff --git a/Core/Util/StringUtils.php b/Core/Util/StringUtils.php index adc6fe9..a73b471 100644 --- a/Core/Util/StringUtils.php +++ b/Core/Util/StringUtils.php @@ -18,7 +18,7 @@ namespace Symfony\Component\Security\Core\Util; */ final class StringUtils { - private final function __construct() + final private function __construct() { } |