@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
14141515 <active >yes</active >
1616 </lead >
17- <date >2011-11-03 </date >
18- <time >10:12 :00</time >
17+ <date >2011-12-01 </date >
18+ <time >15:17 :00</time >
1919 <version >
2020 <release >1.3.2</release >
2121 <api >1.3.2</api >
@@ -1861,6 +1861,40 @@ http://pear.php.net/dtd/package-2.0.xsd">
18611861 </filelist >
18621862 </phprelease >
18631863 <changelog >
1864+ <release >
1865+ <version >
1866+ <release >1.3.2</release >
1867+ <api >1.3.2</api >
1868+ </version >
1869+ <stability >
1870+ <release >stable</release >
1871+ <api >stable</api >
1872+ </stability >
1873+ <date >2011-12-01</date >
1874+ <license uri =" http://matrix.squiz.net/developer/tools/php_cs/licence" >BSD License</license >
1875+ <notes >
1876+ - Added Generic JSHintSniff to run jshint.js over a JS file and report warnings
1877+ -- Set jshint path using phpcs --config-set jshint_path /path/to/jshint-rhino.js
1878+ -- Set rhino path using phpcs --config-set rhino_path /path/to/rhino
1879+ -- Thanks to Alexander Weiß for the contribution
1880+ - Nowdocs are now tokenized using PHP_CodeSniffer specific T_NOWDOC tokens for easier identification
1881+ - Generic UpperCaseConstantNameSniff no longer throws errors for namespaces
1882+ -- Thanks to Jaroslav Hanslík for the patch
1883+ - Squiz NonExecutableCodeSniff now detects code after thrown exceptions
1884+ -- Thanks to Jaroslav Hanslík for the patch
1885+ - Squiz OperatorSpacingSniff now ignores references
1886+ -- Thanks to Jaroslav Hanslík for the patch
1887+ - Squiz FunctionCommentSniff now reports a missing function comment if it finds a standard code comment instead
1888+ - Squiz FunctionCommentThrownTagSniff no longer reports errors if it can't find a function comment
1889+ - Fixed unit tests not running under Windows
1890+ -- Thanks to Jaroslav Hanslík for the patch
1891+ - Fixed bug #18964 : "$stackPtr must be of type T_VARIABLE" on heredocs and nowdocs
1892+ - Fixed bug #18973 : phpcs is looking for variables in a nowdoc
1893+ - Fixed bug #18974 : Blank line causes "Multi-line function call not indented correctly"
1894+ -- Adds new error message to ban empty lines in multi-line function calls
1895+ - Fixed bug #18975 : "Closing parenthesis must be on a line by itself" also causes indentation error
1896+ </notes >
1897+ </release >
18641898 <release >
18651899 <version >
18661900 <release >1.3.1</release >
0 commit comments