Skip to content

Commit abc0072

Browse files
authored
Merge pull request #1293 from PHPCSStandards/feature/squiz-disallowmultipleassignments-minor-tweak
Squiz/DisallowMultipleAssignments: remove irrelevant token
2 parents 892320f + 1e18f75 commit abc0072

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Standards/Squiz/Sniffs/PHP/DisallowMultipleAssignmentsSniff.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ public function process(File $phpcsFile, int $stackPtr)
173173
T_IF => T_IF,
174174
T_ELSEIF => T_ELSEIF,
175175
T_SWITCH => T_SWITCH,
176-
T_CASE => T_CASE,
177176
T_FOR => T_FOR,
178177
T_MATCH => T_MATCH,
179178
];

0 commit comments

Comments
 (0)