@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
14
14
15
15
<active >yes</active >
16
16
</lead >
17
- <date >2012-07-12 </date >
18
- <time >15:06 :00</time >
17
+ <date >2012-08-08 </date >
18
+ <time >10:29 :00</time >
19
19
<version >
20
20
<release >1.3.6</release >
21
21
<api >1.3.6</api >
@@ -26,7 +26,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
26
26
</stability >
27
27
<license uri =" http://matrix.squiz.net/developer/tools/php_cs/licence" >BSD License</license >
28
28
<notes >
29
- - Added PSR1 and PSR2 coding standards that can be used to check your code against these guidelines
30
29
- Memory usage has been dramatically reduced when using the summary report
31
30
-- Reduced memory is only available when displaying a single summary report to the screen
32
31
-- PHP_CodeSniffer will not generate any messages in this case, storing only error counts instead
@@ -1973,6 +1972,46 @@ http://pear.php.net/dtd/package-2.0.xsd">
1973
1972
</filelist >
1974
1973
</phprelease >
1975
1974
<changelog >
1975
+ <release >
1976
+ <version >
1977
+ <release >1.3.6</release >
1978
+ <api >1.3.6</api >
1979
+ </version >
1980
+ <stability >
1981
+ <release >stable</release >
1982
+ <api >stable</api >
1983
+ </stability >
1984
+ <date >2012-08-08</date >
1985
+ <license uri =" http://matrix.squiz.net/developer/tools/php_cs/licence" >BSD License</license >
1986
+ <notes >
1987
+ - Memory usage has been dramatically reduced when using the summary report
1988
+ -- Reduced memory is only available when displaying a single summary report to the screen
1989
+ -- PHP_CodeSniffer will not generate any messages in this case, storing only error counts instead
1990
+ -- Impact is most notable with very high error and warning counts
1991
+ - Significantly improved the performance of Squiz NonExecutableCodeSniff
1992
+ - Ignore patterns now check the relative path of a file based on the dir being checked
1993
+ -- Allows ignore patterns to become more generic as the path to the code is no longer included when checking
1994
+ -- Thanks to Kristof Coomans for the patch
1995
+ - Sniff settings can now be changed by specifying a special comment format inside a file
1996
+ -- e.g., // @codingStandardsChangeSetting PEAR.Functions.FunctionCallSignature allowMultipleArguments false
1997
+ -- If you change a setting, don't forget to change it back
1998
+ - Added Generic EndFileNewlineSniff to ensure PHP files end with a newline character
1999
+ - PEAR FunctionCallSignatureSniff now includes a setting to force one argument per line in multi-line calls
2000
+ -- Set allowMultipleArguments to false
2001
+ - Squiz standard now enforces one argument per line in multi-line function calls
2002
+ - Squiz FunctionDeclarationArgumentSpacingSniff now supports closures
2003
+ - Squiz OperatorSpacingSniff no longer throws an error for negative values inside an inline THEN statement
2004
+ -- Thanks to Klaus Purer for the patch
2005
+ - Squiz FunctionCommentSniff now throws an error for not closing a comment with */
2006
+ -- Thanks to Klaus Purer for the patch
2007
+ - Summary report no longer shows two lines of PHP_Timer output when showing sources
2008
+ - Fixed undefined variable error in PEAR FunctionCallSignatureSniff for lines with no indent
2009
+ - Fixed bug #19502 : Generic.Files.LineEndingsSniff fails if no new-lines in file
2010
+ - Fixed bug #19508 : switch+return: Closing brace indented incorrectly
2011
+ - Fixed bug #19532 : The PSR-2 standard don't recognize Null in class names
2012
+ - Fixed bug #19546 : Error thrown for __call() method in traits
2013
+ </notes >
2014
+ </release >
1976
2015
<release >
1977
2016
<version >
1978
2017
<release >1.3.5</release >
0 commit comments