From 0eac64ad9979169babf3dd2ffa0bb69492b49003 Mon Sep 17 00:00:00 2001 From: 4n70w4 <38257723+4n70w4@users.noreply.github.com> Date: Thu, 14 Feb 2019 20:13:41 +0300 Subject: [PATCH] fix: PHP Deprecated: Not quoting the scalar "%kernel.cache_dir%/jms_aop" starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0 on line 72. --- Resources/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/index.rst b/Resources/doc/index.rst index e637fb0..308f75f 100644 --- a/Resources/doc/index.rst +++ b/Resources/doc/index.rst @@ -47,7 +47,7 @@ Configuration :: jms_aop: - cache_dir: %kernel.cache_dir%/jms_aop + cache_dir: '%kernel.cache_dir%/jms_aop' Usage