Commit 2573b67
Generic/UnusedFunctionParameter: remove unused variable
I found this while working on improving code coverage for this sniff.
The value of this variable is defined again on line 112 and then only
used right below it on line 113
(https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/84acf4e56f110db8e75cb9a575c5727df637643c/src/Standards/Generic/Sniffs/CodeAnalysis/UnusedFunctionParameterSniff.php#L112-L113)
so it should be safe to remove it.1 parent 7ae6441 commit 2573b67
File tree
1 file changed
+0
-1
lines changed- src/Standards/Generic/Sniffs/CodeAnalysis
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
| |||
0 commit comments