Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Misspelled endswitch
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaan committed Jan 12, 2012
1 parent ee60374 commit 34929b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sniffs/PHP/ForbiddenNamesSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class PHP53Compatibility_Sniffs_PHP_ForbiddenNamesSniff implements PHP_CodeSniff
'endfor' => 'all',
'endforeach' => 'all',
'endif' => 'all',
'endswith' => 'all',
'endswitch' => 'all',
'endwhile' => 'all',
'extends' => 'all',
'final' => '5.0',
Expand Down

0 comments on commit 34929b6

Please sign in to comment.