@@ -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-02 -17</date >
18
- <time >13:03 :00</time >
17
+ <date >2012-05 -17</date >
18
+ <time >13:47 :00</time >
19
19
<version >
20
20
<release >1.3.4</release >
21
21
<api >1.3.4</api >
@@ -1892,6 +1892,63 @@ http://pear.php.net/dtd/package-2.0.xsd">
1892
1892
</filelist >
1893
1893
</phprelease >
1894
1894
<changelog >
1895
+ <release >
1896
+ <version >
1897
+ <release >1.3.4</release >
1898
+ <api >1.3.4</api >
1899
+ </version >
1900
+ <stability >
1901
+ <release >stable</release >
1902
+ <api >stable</api >
1903
+ </stability >
1904
+ <date >2012-05-17</date >
1905
+ <license uri =" http://matrix.squiz.net/developer/tools/php_cs/licence" >BSD License</license >
1906
+ <notes >
1907
+ - Added missing package.xml entries for new Generic FixmeSniff
1908
+ -- Thanks to Jaroslav Hanslík for the patch
1909
+ - Expected indents for PEAR ScopeClosingBraceSniff and FunctionCallSignatureSniff can now be set in ruleset files
1910
+ -- Both sniffs use a variable called "indent"
1911
+ -- Thanks to Thomas Despoix for the patch
1912
+ - Standards designed to be installed in the PHPCS Standards dir will now work outside this dir as well
1913
+ -- In particular, allows the Drupal CS to work without needing to symlink it into the PHPCS install
1914
+ -- Thanks to Peter Philipp for the patch
1915
+ - Rule references for standards, directories and specific sniffs can now be relative in ruleset.xml files
1916
+ -- For example: ref="../MyStandard/Sniffs/Commenting/DisallowHashCommentsSniff.php"
1917
+ - Symlinked standards now work correctly, allowing aliasing of installed standards (request #19417)
1918
+ -- Thanks to Tom Klingenberg for the patch
1919
+ - Squiz ObjectInstantiationSniff now allows objects to be returned without assinging them to a variable
1920
+ - Added Squiz.Commenting.FileComment.MissingShort error message for file comments that only contains tags
1921
+ -- Also stops undefined index errors being generated for these comments
1922
+ - Debug option -vv now shows tokenizer status for CSS files
1923
+ - Added support for new gjslint error formats
1924
+ -- Thanks to Meck for the patch
1925
+ - Generic ScopeIndentSniff now allows comment indents to not be exact even if the exact flag is set
1926
+ -- The start of the comment is still checked for exact indentation as normal
1927
+ - Fixed an issue in AbstractPatternSniff where comments were not being ignored in some cases
1928
+ - Fixed an issue in Zend ClosingTagSniff where the closing tag was not always being detected correctly
1929
+ -- Thanks to Jonathan Robson for the patch
1930
+ - Fixed an issue in Generic FunctionCallArgumentSpacingSniff where closures could cause incorrect errors
1931
+ - Fixed an issue in Generic UpperCaseConstantNameSniff where errors were incorrectly reported on goto statements
1932
+ -- Thanks to Tom Klingenberg for the patch
1933
+ - PEAR FileCommentSniff and ClassCommentSniff now support author emails with a single character in the local part
1934
+
1935
+ -- Thanks to Denis Shapkin for the patch
1936
+ - Fixed bug #19290 : Generic indent sniffer fails for anonymous functions
1937
+ - Fixed bug #19324 : Setting show_warnings configuration option does not work
1938
+ - Fixed bug #19354 : Not recognizing references passed to method
1939
+ - Fixed bug #19361 : CSS tokenzier generates errors when PHP embedded in CSS file
1940
+ - Fixed bug #19374 : HEREDOC/NOWDOC Indentation problems
1941
+ - Fixed bug #19381 : traits and indetations in traits are not handled properly
1942
+ - Fixed bug #19394 : Notice in NonExecutableCodeSniff
1943
+ - Fixed bug #19402 : Syntax error when executing phpcs on Windows with parens in PHP path
1944
+ -- Thanks to Tom Klingenberg for the patch
1945
+ - Fixed bug #19411 : magic method error on __construct()
1946
+ -- The fix required a rewrite of AbstractScopeSniff, so please test any sniffs that extend this class
1947
+ - Fixed bug #19412 : Incorrect error about assigning objects to variables when inside inline IF
1948
+ - Fixed bug #19413 : php_cs thinks I haven't used a parameter when I have
1949
+ - Fixed bug #19414 : php_cs seems to not track variables correctly in heredocs
1950
+ </notes >
1951
+ </release >
1895
1952
<release >
1896
1953
<version >
1897
1954
<release >1.3.3</release >
0 commit comments