Commit 6191592
committed
minor #19898 Remove redundant parenthesis on attribute (alamirault)
This PR was merged into the 5.4 branch.
Discussion
----------
Remove redundant parenthesis on attribute
In symfony codebase `#[Foo]` is used instead of `#[Foo()]`
Phpstorm like also without

I've made also PR for 6.4, if you're agree with this rule I will made other PR.
(And maybe a new doctor-rst rule)
Commits
-------
6453ce3 Remove redundant parenthesis on attribute1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
0 commit comments