Commit 04b2004
committed
minor #4546 DX: removing unnecessary variable initialization (kubawerlos)
This PR was merged into the 2.15 branch.
Discussion
----------
DX: removing unnecessary variable initialization
Spotted when working on kubawerlos/php-cs-fixer-custom-fixers#132
Both variables will be initialized in `if` and in `else`.
Commits
-------
bbd94b0 DX: removing unnecessary variable initialization1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | 91 | | |
94 | 92 | | |
95 | 93 | | |
| |||
0 commit comments