Skip to content

Commit a76a39b

Browse files
committed
Prepare for 1.5.2 release
1 parent 7a976e0 commit a76a39b

File tree

1 file changed

+50
-2
lines changed

1 file changed

+50
-2
lines changed

package.xml

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
1414
<email>[email protected]</email>
1515
<active>yes</active>
1616
</lead>
17-
<date>2013-12-12</date>
18-
<time>14:07:00</time>
17+
<date>2014-02-05</date>
18+
<time>10:46:00</time>
1919
<version>
2020
<release>1.5.2</release>
2121
<api>1.5.2</api>
@@ -2261,6 +2261,54 @@ http://pear.php.net/dtd/package-2.0.xsd">
22612261
</filelist>
22622262
</phprelease>
22632263
<changelog>
2264+
<release>
2265+
<version>
2266+
<release>1.5.2</release>
2267+
<api>1.5.2</api>
2268+
</version>
2269+
<stability>
2270+
<release>stable</release>
2271+
<api>stable</api>
2272+
</stability>
2273+
<date>2014-02-05</date>
2274+
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
2275+
<notes>
2276+
- Improved support for the PHP 5.5. classname::class syntax
2277+
-- PSR2 SwitchDeclarationSniff no longer throws errors when this syntax is used in CASE conditions
2278+
- Improved support for negative checks of instanceOf in Squiz ComparisonOperatorUsageSniff
2279+
-- Thanks to Martin Winkel for the patch
2280+
- Generic FunctionCallArgumentSpacingSniff now longer complains about space before comma when using here/nowdocs
2281+
-- Thanks to Richard van Velzen for the patch
2282+
- Generic LowerCaseConstantSniff and UpperCaseConstantSniff now ignore class constants
2283+
-- Thanks to Kristopher Wilson for the patch
2284+
- PEAR FunctionCallSignatureSniff now has settings to specify how many spaces should appear before/after parentheses
2285+
-- Override the 'requiredSpacesAfterOpen' and 'requiredSpacesBeforeClose' settings in a ruleset.xml file to change
2286+
-- Default remains at 0 for both
2287+
-- Thanks to Astinus Eberhard for the patch
2288+
- PSR2 ControlStructureSpacingSniff now has settings to specify how many spaces should appear before/after parentheses
2289+
-- Override the 'requiredSpacesAfterOpen' and 'requiredSpacesBeforeClose' settings in a ruleset.xml file to change
2290+
-- Default remains at 0 for both
2291+
-- Thanks to Astinus Eberhard for the patch
2292+
- Squiz ForEachLoopDeclarationSniff now has settings to specify how many spaces should appear before/after parentheses
2293+
-- Override the 'requiredSpacesAfterOpen' and 'requiredSpacesBeforeClose' settings in a ruleset.xml file to change
2294+
-- Default remains at 0 for both
2295+
-- Thanks to Astinus Eberhard for the patch
2296+
- Squiz ForLoopDeclarationSniff now has settings to specify how many spaces should appear before/after parentheses
2297+
-- Override the 'requiredSpacesAfterOpen' and 'requiredSpacesBeforeClose' settings in a ruleset.xml file to change
2298+
-- Default remains at 0 for both
2299+
-- Thanks to Astinus Eberhard for the patch
2300+
- Squiz FunctionDeclarationArgumentSpacingSniff now has settings to specify how many spaces should appear before/after parentheses
2301+
-- Override the 'requiredSpacesAfterOpen' and 'requiredSpacesBeforeClose' settings in a ruleset.xml file to change
2302+
-- Default remains at 0 for both
2303+
-- Thanks to Astinus Eberhard for the patch
2304+
- Removed UnusedFunctionParameter, CyclomaticComplexity and NestingLevel from the Squiz standard
2305+
- Generic FixmeSniff and TodoSniff now work correctly with accented characters
2306+
- Fixed bug #20145 : Custom ruleset preferences directory over installed standard
2307+
- Fixed bug #20147 : phpcs-svn-pre-commit - no more default error report
2308+
- Fixed bug #20151 : Problem handling "if(): ... else: ... endif;" syntax
2309+
- Fixed bug #20190 : Invalid regex in Squiz_Sniffs_WhiteSpace_SuperfluousWhitespaceSniff
2310+
</notes>
2311+
</release>
22642312
<release>
22652313
<version>
22662314
<release>1.5.1</release>

0 commit comments

Comments
 (0)