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 112c4a1 commit 436bfeeCopy full SHA for 436bfee
2 files changed
TokenParser/CacheTokenParser.php
@@ -32,7 +32,7 @@ public function parse(Token $token): Node
32
while ($stream->test(Token::NAME_TYPE)) {
33
$k = $stream->getCurrent()->getValue();
34
$stream->next();
35
- $args = $expressionParser->parseArguments();
+ $args = $expressionParser->parseNamedArguments();
36
37
switch ($k) {
38
case 'ttl':
composer.json
@@ -17,7 +17,7 @@
17
"require": {
18
"php": ">=8.0.2",
19
"symfony/cache": "^5.4|^6.4|^7.0",
20
- "twig/twig": "^3.13|^4.0"
+ "twig/twig": "^3.19|^4.0"
21
},
22
"require-dev": {
23
"symfony/phpunit-bridge": "^6.4|^7.0"
0 commit comments