diff options
author | Pierre du Plessis <pierre@pcservice.co.za> | 2015-09-23 22:36:53 +0200 |
---|---|---|
committer | Pierre du Plessis <pierre@pcservice.co.za> | 2015-10-06 20:09:25 +0200 |
commit | 5d74e1996313fc483fed9d4040acfa7f7b4fd297 (patch) | |
tree | 995d510e3345cc6cb771338ff20ab3ea0f95dd80 /Core/Util/SecureRandomInterface.php | |
parent | ce07ac56f610bc9ca1ef11fddf90d38d3b72f85e (diff) | |
download | symfony-security-5d74e1996313fc483fed9d4040acfa7f7b4fd297.zip symfony-security-5d74e1996313fc483fed9d4040acfa7f7b4fd297.tar.gz symfony-security-5d74e1996313fc483fed9d4040acfa7f7b4fd297.tar.bz2 |
Deprecate the SecureRandom class
Diffstat (limited to 'Core/Util/SecureRandomInterface.php')
-rw-r--r-- | Core/Util/SecureRandomInterface.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Core/Util/SecureRandomInterface.php b/Core/Util/SecureRandomInterface.php index 87d3ace..df5509b 100644 --- a/Core/Util/SecureRandomInterface.php +++ b/Core/Util/SecureRandomInterface.php @@ -15,6 +15,8 @@ namespace Symfony\Component\Security\Core\Util; * Interface that needs to be implemented by all secure random number generators. * * @author Fabien Potencier <fabien@symfony.com> + * + * @deprecated since version 2.8, to be removed in 3.0. Use the random_bytes function instead */ interface SecureRandomInterface { |