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
23 additions
and
2 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>2015-04-23</date> | ||
<time>13:39:00</time> | ||
<date>2015-04-29</date> | ||
<time>09:27:00</time> | ||
<version> | ||
<release>2.3.2</release> | ||
<api>2.3.2</api> | ||
|
@@ -2332,6 +2332,27 @@ http://pear.php.net/dtd/package-2.0.xsd"> | |
</filelist> | ||
</phprelease> | ||
<changelog> | ||
<release> | ||
<version> | ||
<release>2.3.2</release> | ||
<api>2.3.2</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<date>2015-04-29</date> | ||
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license> | ||
<notes> | ||
- The error message for PSR2.ControlStructures.SwitchDeclaration.WrongOpenercase is now clearer (request #579) | ||
- Fixed bug #545 : Long list of CASE statements can cause tokenizer to reach a depth limit | ||
- Fixed bug #565 : Squiz.WhiteSpace.OperatorSpacing reports negative number in short array | ||
-- Thanks to Vašek Purchart for the patch | ||
-- Same fix also applied to Squiz.Formatting.OperatorBracket | ||
- Fixed bug #569 : Generic ScopeIndentSniff throws PHP notices in JS files | ||
- Fixed bug #570 : Phar class fatals in PHP less than 5.3 | ||
</notes> | ||
</release> | ||
<release> | ||
<version> | ||
<release>2.3.1</release> | ||
|