Skip to content

Commit 04463b6

Browse files
committed
This change was incorrect - the sniff error code includes the word CASE (ref #2408)
1 parent 0236f34 commit 04463b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3895,7 +3895,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
38953895
<date>2015-04-29</date>
38963896
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
38973897
<notes>
3898-
- The error message for PSR2.ControlStructures.SwitchDeclaration.WrongOpener case is now clearer (request #579)
3898+
- The error message for PSR2.ControlStructures.SwitchDeclaration.WrongOpenercase is now clearer (request #579)
38993899
- Fixed bug #545 : Long list of CASE statements can cause tokenizer to reach a depth limit
39003900
- Fixed bug #565 : Squiz.WhiteSpace.OperatorSpacing reports negative number in short array
39013901
-- Thanks to Vašek Purchart for the patch

0 commit comments

Comments
 (0)