You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@trigger_error('The '.__NAMESPACE__.'\ArrayParserCache class is deprecated since version 3.2 and will be removed in 4.0. Use the Symfony\Component\Cache\Adapter\ArrayAdapter class instead.', E_USER_DEPRECATED);
121
+
122
+
use Symfony\Component\ExpressionLanguage\ParsedExpression;
123
+
124
+
/**
125
+
* @author Adrien Brault <adrien.brault@gmail.com>
126
+
*
127
+
* @deprecated ArrayParserCache class is deprecated since version 3.2 and will be removed in 4.0. Use the Symfony\Component\Cache\Adapter\ArrayAdapter class instead.
128
+
*/
129
+
class ArrayParserCache implements ParserCacheInterface
0 commit comments