Commit 6be6359
committed
bug #20169 [ExpressionLanguage] Fix uncaught ArgumentCountError (novah77)
This PR was submitted for the 7.1 branch but it was merged into the 6.4 branch instead.
Discussion
----------
[ExpressionLanguage] Fix uncaught ArgumentCountError
Set second argument with an empty array for the two instructions to get rid of the fatal error uncaught argumentError
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `7.x` for features of unreleased versions).
-->
Commits
-------
be4428d Fix Uncaught ArgumentCountError1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments