We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6d830 commit 50f93afCopy full SHA for 50f93af
AppVariable.php
@@ -68,7 +68,7 @@ public function setDebug($debug)
68
*/
69
public function getSecurity()
70
{
71
- @trigger_error('The "app.security" variable is deprecated since version 2.6 and will be removed in 3.0.', E_USER_DEPRECATED);
+ @trigger_error('The "app.security" variable is deprecated since Symfony 2.6 and will be removed in 3.0.', E_USER_DEPRECATED);
72
73
if (null === $this->container) {
74
throw new \RuntimeException('The "app.security" variable is not available.');
0 commit comments