@@ -29,11 +29,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
29
29
- All report file command line arguments now work with relative paths (request #17240)
30
30
- The extensions command line argument now supports multi-part file extensions (request #17227)
31
31
- Added report type --report=hgblame to show number of errors/warnings committed by authors in a Mercurial repository
32
- -- Has the same functionality as the svnblame report
33
- -- Thanks to Ben Selby for the patch
32
+ -- Has the same functionality as the svnblame report
33
+ -- Thanks to Ben Selby for the patch
34
34
- Added T_BACKTICK token type to make detection of backticks easier (request #18799)
35
35
- Added pattern matching support to Generic ForbiddenFunctionsSniff
36
- -- If you are extending it and overriding register() or addError() you will need to review your sniff
36
+ -- If you are extending it and overriding register() or addError() you will need to review your sniff
37
37
- Namespaces are now recognised as scope openers, although they do not require braces (request #18043)
38
38
- Added new ByteOrderMarkSniff to Generic standard (request #18194)
39
39
-- Throws an error if a byte order mark is found in any PHP file
@@ -56,12 +56,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
56
56
- Fixed issue in Squiz FileCommentSniff where suggested package name was the same as the incorrect package name
57
57
- Fixed some issues with Squiz ArrayDeclarationSniff when using function calls in array values
58
58
- Fixed doc generation so it actually works again
59
- - Also now works when being run from an SVN checkout as well as when installed as a PEAR package
60
- - Should fix bug #18949 : Call to private method from static
59
+ -- Also now works when being run from an SVN checkout as well as when installed as a PEAR package
60
+ -- Should fix bug #18949 : Call to private method from static
61
61
- PEAR ClassDeclaration sniff now supports indentation checks when using the alternate namespace syntax
62
- - PEAR.Classes.ClassDeclaration.SpaceBeforeBrace message now contains 2 variables instead of 1
63
- - Sniff allows overriding of the default indent level, which is set to 4
64
- - Fixes bug #18933 : Alternative namespace declaration syntax confuses scope sniffs
62
+ -- PEAR.Classes.ClassDeclaration.SpaceBeforeBrace message now contains 2 variables instead of 1
63
+ -- Sniff allows overriding of the default indent level, which is set to 4
64
+ -- Fixes bug #18933 : Alternative namespace declaration syntax confuses scope sniffs
65
65
- Fixed bug #18465 : "self::" does not work in lambda functions
66
66
-- Also corrects conversion of T_FUNCTION tokens to T_CLOSURE, which was not fixing token condition arrays
67
67
- Fixed bug #18543 : CSS Tokenizer deletes too many #
@@ -1915,8 +1915,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
1915
1915
- All report file command line arguments now work with relative paths (request #17240)
1916
1916
- The extensions command line argument now supports multi-part file extensions (request #17227)
1917
1917
- Added report type --report=hgblame to show number of errors/warnings committed by authors in a Mercurial repository
1918
- -- Has the same functionality as the svnblame report
1919
- -- Thanks to Ben Selby for the patch
1918
+ -- Has the same functionality as the svnblame report
1919
+ -- Thanks to Ben Selby for the patch
1920
1920
- Added T_BACKTICK token type to make detection of backticks easier (request #18799)
1921
1921
- Added pattern matching support to Generic ForbiddenFunctionsSniff
1922
1922
-- If you are extending it and overriding register() or addError() you will need to review your sniff
@@ -1942,12 +1942,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
1942
1942
- Fixed issue in Squiz FileCommentSniff where suggested package name was the same as the incorrect package name
1943
1943
- Fixed some issues with Squiz ArrayDeclarationSniff when using function calls in array values
1944
1944
- Fixed doc generation so it actually works again
1945
- - Also now works when being run from an SVN checkout as well as when installed as a PEAR package
1946
- - Should fix bug #18949 : Call to private method from static
1945
+ -- Also now works when being run from an SVN checkout as well as when installed as a PEAR package
1946
+ -- Should fix bug #18949 : Call to private method from static
1947
1947
- PEAR ClassDeclaration sniff now supports indentation checks when using the alternate namespace syntax
1948
- - PEAR.Classes.ClassDeclaration.SpaceBeforeBrace message now contains 2 variables instead of 1
1949
- - Sniff allows overriding of the default indent level, which is set to 4
1950
- - Fixes bug #18933 : Alternative namespace declaration syntax confuses scope sniffs
1948
+ -- PEAR.Classes.ClassDeclaration.SpaceBeforeBrace message now contains 2 variables instead of 1
1949
+ -- Sniff allows overriding of the default indent level, which is set to 4
1950
+ -- Fixes bug #18933 : Alternative namespace declaration syntax confuses scope sniffs
1951
1951
- Fixed bug #18465 : "self::" does not work in lambda functions
1952
1952
-- Also corrects conversion of T_FUNCTION tokens to T_CLOSURE, which was not fixing token condition arrays
1953
1953
- Fixed bug #18543 : CSS Tokenizer deletes too many #
0 commit comments