File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
CodeSniffer/Standards/Generic/Tests/Files Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public function getErrorList()
45
45
return array (
46
46
31 => 1 ,
47
47
34 => 1 ,
48
- 54 => 1 ,
48
+ 68 => 1 ,
49
49
);
50
50
51
51
}//end getErrorList()
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
33
33
- Version information is now printed when installed via composer or run from a Git clone (request #20050)
34
34
- Coding standard ignore comments can now appear instead doc blocks as well as inline comments
35
35
-- 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
36
38
- PEAR MultiLineConditionSniff now has a setting to specify how many spaces code should be indented
37
39
-- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
38
40
-- Thanks to Szabolcs Sulik for the patch
You can’t perform that action at this time.
0 commit comments