Commit 3d2a697
committed
minor symfony#20351 [ExpressionLanguage] fix lint method description (decima)
This PR was submitted for the 7.1 branch but it was merged into the 6.4 branch instead.
Discussion
----------
[ExpressionLanguage] fix lint method description
At first, I made a fix pr [#58679](symfony/symfony#58679), but someone suggested to make a doc fix.
I think it's pretty weird to have a linting method throwing exception as its task is to tell if the expression is valid or not. 🤔
Commits
-------
d558cc8 updating expression language documentation1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments