Skip to content

Commit f98b181

Browse files
committed
Fixed unit tests + updated changelog
1 parent e7253eb commit f98b181

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CodeSniffer/Standards/Generic/Tests/Files/LineLengthUnitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function getErrorList()
4545
return array(
4646
31 => 1,
4747
34 => 1,
48-
54 => 1,
48+
68 => 1,
4949
);
5050

5151
}//end getErrorList()

package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
3333
- Version information is now printed when installed via composer or run from a Git clone (request #20050)
3434
- Coding standard ignore comments can now appear instead doc blocks as well as inline comments
3535
-- Thanks to Stuart Langley for the patch
36+
- Generic LineLengthSniff now ignores SVN URL and Head URL comments
37+
-- Thanks to Karl DeBisschop for the patch
3638
- PEAR MultiLineConditionSniff now has a setting to specify how many spaces code should be indented
3739
-- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
3840
-- Thanks to Szabolcs Sulik for the patch

0 commit comments

Comments
 (0)