forked from squizlabs/PHP_CodeSniffer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
38 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2012-11-02</date> | ||
<time>10:08:00</time> | ||
<date>2012-11-09</date> | ||
<time>13:32:00</time> | ||
<version> | ||
<release>1.4.2</release> | ||
<api>1.4.2</api> | ||
|
@@ -32,11 +32,11 @@ http://pear.php.net/dtd/package-2.0.xsd"> | |
- Squiz BlockCommentSniff and InlineCommentSniff no longer report errors for trait block comments | ||
- Squiz SelfMemberReferenceSniff now supports namespaces | ||
-- Thanks to Andy Grunwald for the patch | ||
- Squiz FileCommentSniff now uses tags names inside the error codes for many messages | ||
- Squiz FileCommentSniff now uses tag names inside the error codes for many messages | ||
-- This allows you to exclude specific missing, out of order etc., tags | ||
- Squiz SuperfluousWhitespaceSniff now has an option to ignore blank lines | ||
-- This will stop errors being reported for lines that contain only whitespace | ||
-- Set the ignoreBlankLines property to true in your ruleset.xml file to enable this | ||
-- Set the ignoreBlankLines property to TRUE in your ruleset.xml file to enable this | ||
- PSR2 no longer reports errors for whitespace at the end of blank lines | ||
- Fixed gitblame report not working on Windows | ||
-- Thanks to Rogerio Prado de Jesus | ||
|
@@ -2056,6 +2056,40 @@ http://pear.php.net/dtd/package-2.0.xsd"> | |
</filelist> | ||
</phprelease> | ||
<changelog> | ||
<release> | ||
<version> | ||
<release>1.4.2</release> | ||
<api>1.4.2</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<date>2012-11-09</date> | ||
<license uri="http://matrix.squiz.net/developer/tools/php_cs/licence">BSD License</license> | ||
<notes> | ||
- PHP_CodeSniffer can now be installed using Composer | ||
-- Require squizlabs/php_codesniffer in your composer.json file | ||
-- Thanks to Rob Bast, Stephen Rees-Carter, Stefano Kowalke and Ivan Habunek for help with this | ||
- Squiz BlockCommentSniff and InlineCommentSniff no longer report errors for trait block comments | ||
- Squiz SelfMemberReferenceSniff now supports namespaces | ||
-- Thanks to Andy Grunwald for the patch | ||
- Squiz FileCommentSniff now uses tag names inside the error codes for many messages | ||
-- This allows you to exclude specific missing, out of order etc., tags | ||
- Squiz SuperfluousWhitespaceSniff now has an option to ignore blank lines | ||
-- This will stop errors being reported for lines that contain only whitespace | ||
-- Set the ignoreBlankLines property to TRUE in your ruleset.xml file to enable this | ||
- PSR2 no longer reports errors for whitespace at the end of blank lines | ||
- Fixed gitblame report not working on Windows | ||
-- Thanks to Rogerio Prado de Jesus | ||
- Fixed an incorrect error in Squiz OperatorSpacingSniff for default values inside a closure definition | ||
- Fixed bug #19691 : SubversionPropertiesSniff fails to find missing properties | ||
-- Thanks to Kevin Winahradsky for the patch | ||
- Fixed bug #19692 : DisallowMultipleAssignments is triggered by a closure | ||
- Fixed bug #19693 : exclude-patterns no longer work on specific messages | ||
- Fixed bug #19694 : Squiz.PHP.LowercasePHPFunctions incorrectly matches return by ref functions | ||
</notes> | ||
</release> | ||
<release> | ||
<version> | ||
<release>1.4.1</release> | ||
|