Skip to content

Commit 54ef8ab

Browse files
committed
Fixed an issue in Generic UpperCaseConstantNameSniff where errors were incorrectly reported on goto statements
1 parent b3ec73f commit 54ef8ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
5050
- Fixed an issue in Zend ClosingTagSniff where the closing tag was not always being detected correctly
5151
-- Thanks to Jonathan Robson for the patch
5252
- Fixed an issue in Generic FunctionCallArgumentSpacingSniff where closures could cause incorrect errors
53+
- Fixed an issue in Generic UpperCaseConstantNameSniff where errors were incorrectly reported on goto statements
54+
-- Thanks to Tom Klingenberg for the patch
5355
- PEAR FileCommentSniff and ClassCommentSniff now support author emails with a single character in the local part
5456
5557
-- Thanks to Denis Shapkin for the patch

0 commit comments

Comments
 (0)