Commit 6911173
committed
minor symfony#9764 [ExpressionLanguage] Add missing argument in example code (kevin-verschaeve, javiereguiluz)
This PR was submitted for the 2.7 branch but it was merged into the 2.8 branch instead (closes symfony#9764).
Discussion
----------
[ExpressionLanguage] Add missing argument in example code
Like the docs says just below
> Both the compiler and evaluator are passed an arguments variable as their first argument
The example was missing the `$arguments` for the `compiler` method
Commits
-------
280c23c Reword
3ce4089 [ExpressionLanguage] Add missing argument in example code1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments