From 3b4a1b171961eac9a9c012b562e2606a67d18ba1 Mon Sep 17 00:00:00 2001 From: Nicolas Pion Date: Mon, 1 Feb 2016 17:36:08 +0100 Subject: [PATCH] Remove "Securely Generating Random Numbers" Remove the section "secure_tools / Securely Generating Random Numbers", because the class SecureRandom is not available anymore, in favor of random_bytes since Symfony 2.8 --- components/security/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/components/security/index.rst b/components/security/index.rst index e9fa2c24b14..94e3e6c77d6 100644 --- a/components/security/index.rst +++ b/components/security/index.rst @@ -8,4 +8,3 @@ Security firewall authentication authorization - secure_tools \ No newline at end of file