@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
14141515 <active >yes</active >
1616 </lead >
17- <date >2015-12-11 </date >
18- <time >11:05 :00</time >
17+ <date >2016-01-20 </date >
18+ <time >10:19 :00</time >
1919 <version >
2020 <release >2.5.1</release >
2121 <api >2.5.1</api >
@@ -2377,6 +2377,62 @@ http://pear.php.net/dtd/package-2.0.xsd">
23772377 </filelist >
23782378 </phprelease >
23792379 <changelog >
2380+ <release >
2381+ <version >
2382+ <release >2.5.1</release >
2383+ <api >2.5.1</api >
2384+ </version >
2385+ <stability >
2386+ <release >stable</release >
2387+ <api >stable</api >
2388+ </stability >
2389+ <date >2016-01-20</date >
2390+ <license uri =" https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt" >BSD License</license >
2391+ <notes >
2392+ - The PHP-supplied T_SPACESHIP token has been replicated for PHP versions before 7.0
2393+ - T_SPACESHIP is now correctly identified as an operator
2394+ -- Thanks to Alexander Obuhovich for the patch
2395+ - Generic LowerCaseKeyword now ensures array type hints are lowercase as well
2396+ -- Thanks to Mathieu Rochette for the patch
2397+ - Squiz ComparisonOperatorUsageSniff no longer hangs on JS FOR loops that don't use semicolons
2398+ - PHP_CodesSniffer now includes the composer autoload.php file, if there is one
2399+ -- Thanks to Klaus Purer for the patch
2400+ -- Added error Squiz.Commenting.FunctionComment.ScalarTypeHintMissing for PHP7 only (request #858)
2401+ -- These errors were previously reported as Squiz.Commenting.FunctionComment.TypeHintMissing on PHP7
2402+ -- Disable this error message in a ruleset.xml file if your code needs to run on both PHP5 and PHP7
2403+ - The PHP 5.6 __debugInfo magic method no longer produces naming convention errors
2404+ -- Thanks to Michael Nowack for the patch
2405+ - PEAR and Squiz FunctionComment sniffs now support variadic functions (request #841)
2406+ - Fixed bug #622 : Wrong detection of Squiz.CSS.DuplicateStyleDefinition with media queries
2407+ - Fixed bug #752 : The missing exception error is reported in first found DocBlock
2408+ - Fixed bug #794 : PSR2 MultiLineFunctionDeclaration forbids comments after opening parenthesis of a multiline call
2409+ - Fixed bug #820 : PEAR/PSR2 FunctionCallSignature sniffs suggest wrong indent when there are multiple arguments on a line
2410+ - Fixed bug #822 : Ruleset hard-coded file paths are not used if not running from the same directory as the ruleset
2411+ - Fixed bug #825 : FunctionCallArgumentSpacing sniff complains about more than one space before comment in multi-line function call
2412+ - Fixed bug #828 : Null classname is tokenized as T_NULL instead of T_STRING
2413+ - Fixed bug #829 : Short array argument not fixed correctly when multiple function arguments are on the same line
2414+ - Fixed bug #831 : PHPCS freezes in an infinite loop under Windows if no standard is passed
2415+ - Fixed bug #832 : Tokenizer does not support context sensitive parsing
2416+ -- Thanks to Jaroslav Hanslík for the patch
2417+ - Fixed bug #835 : PEAR.Functions.FunctionCallSignature broken when closure uses return types
2418+ - Fixed bug #838 : CSS indentation fixer changes color codes
2419+ -- Thanks to Klaus Purer for the patch
2420+ - Fixed bug #839 : "__()" method is marked as not camel caps
2421+ -- Thanks to Tim Bezhashvyly for the patch
2422+ - Fixed bug #852 : Generic.Commenting.DocComment not finding errors when long description is omitted
2423+ - Fixed bug #854 : Return typehints in interfaces are not reported as T_RETURN_TYPE
2424+ -- Thanks to Jaroslav Hanslík for the patch
2425+ - Fixed bug #855 : Capital letter detection for multibyte strings doesn't work correctly
2426+ - Fixed bug #857 : PSR2.ControlStructure.SwitchDeclaration shouldn't check indent of curly brace closers
2427+ - Fixed bug #859 : Switch statement indention issue when returning function call with closure
2428+ - Fixed bug #861 : Single-line arrays and function calls can generate incorrect indentation errors
2429+ - Fixed bug #867 : Squiz.Strings.DoubleQuoteUsage broken for some escape codes
2430+ -- Thanks to Jack Blower for the help with the fix
2431+ - Fixed bug #21005 : Incorrect indent detection when multiple properties are initialized to arrays
2432+ - Fixed bug #21010 : Incorrect missing colon detection in CSS when first style is not on new line
2433+ - Fixed bug #21011 : Incorrect error message text when newline found after opening brace
2434+ </notes >
2435+ </release >
23802436 <release >
23812437 <version >
23822438 <release >2.5.0</release >
0 commit comments