Skip to content

Commit

Permalink
Removed commented out code (ref #3495)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Dec 6, 2021
1 parent 454ec64 commit 171bd2d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ public function process(File $phpcsFile, $stackPtr)
T_FOR => true,
T_FOREACH => true,
T_WHILE => true,
// T_DO is not required for incrementing CYC, as the terminating while in a do/while loop triggers the branch.
// T_DO => true.
T_ELSEIF => true,
T_INLINE_THEN => true,
T_COALESCE => true,
Expand Down

0 comments on commit 171bd2d

Please sign in to comment.