Skip to content

Commit 3fdc012

Browse files
committed
Fixed changelog indent
git-svn-id: http://svn.php.net/repository/pear/packages/PHP_CodeSniffer/trunk@318714 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent f3f940c commit 3fdc012

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.xml

+15-15
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
2929
- All report file command line arguments now work with relative paths (request #17240)
3030
- The extensions command line argument now supports multi-part file extensions (request #17227)
3131
- 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
3434
- Added T_BACKTICK token type to make detection of backticks easier (request #18799)
3535
- 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
3737
- Namespaces are now recognised as scope openers, although they do not require braces (request #18043)
3838
- Added new ByteOrderMarkSniff to Generic standard (request #18194)
3939
-- 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">
5656
- Fixed issue in Squiz FileCommentSniff where suggested package name was the same as the incorrect package name
5757
- Fixed some issues with Squiz ArrayDeclarationSniff when using function calls in array values
5858
- 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
6161
- 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
6565
- Fixed bug #18465 : "self::" does not work in lambda functions
6666
-- Also corrects conversion of T_FUNCTION tokens to T_CLOSURE, which was not fixing token condition arrays
6767
- Fixed bug #18543 : CSS Tokenizer deletes too many #
@@ -1915,8 +1915,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
19151915
- All report file command line arguments now work with relative paths (request #17240)
19161916
- The extensions command line argument now supports multi-part file extensions (request #17227)
19171917
- 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
19201920
- Added T_BACKTICK token type to make detection of backticks easier (request #18799)
19211921
- Added pattern matching support to Generic ForbiddenFunctionsSniff
19221922
-- 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">
19421942
- Fixed issue in Squiz FileCommentSniff where suggested package name was the same as the incorrect package name
19431943
- Fixed some issues with Squiz ArrayDeclarationSniff when using function calls in array values
19441944
- 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
19471947
- 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
19511951
- Fixed bug #18465 : "self::" does not work in lambda functions
19521952
-- Also corrects conversion of T_FUNCTION tokens to T_CLOSURE, which was not fixing token condition arrays
19531953
- Fixed bug #18543 : CSS Tokenizer deletes too many #

0 commit comments

Comments
 (0)