@@ -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 >2019-03-19 </date >
18
- <time >14:20 :00</time >
17
+ <date >2019-04-11 </date >
18
+ <time >09:34 :00</time >
19
19
<version >
20
20
<release >3.4.2</release >
21
21
<api >3.4.2</api >
@@ -1859,6 +1859,33 @@ http://pear.php.net/dtd/package-2.0.xsd">
1859
1859
</filelist >
1860
1860
</phprelease >
1861
1861
<changelog >
1862
+ <release >
1863
+ <version >
1864
+ <release >3.4.2</release >
1865
+ <api >3.4.2</api >
1866
+ </version >
1867
+ <stability >
1868
+ <release >stable</release >
1869
+ <api >stable</api >
1870
+ </stability >
1871
+ <date >2019-04-11</date >
1872
+ <license uri =" https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt" >BSD License</license >
1873
+ <notes >
1874
+ - Squiz.Arrays.ArrayDeclaration now has improved handling of syntax errors
1875
+ - Fixed an issue where the PCRE JIT on PHP 7.3 caused PHPCS to die when using the parallel option
1876
+ -- PHPCS now disables the PCRE JIT before running
1877
+ - Fixed bug #2368 : MySource.PHP.AjaxNullComparison throws error when first function has no doc comment
1878
+ - Fixed bug #2414 : Indention false positive in switch/case/if combination
1879
+ - Fixed bug #2423 : Squiz.Formatting.OperatorBracket.MissingBrackets error with static
1880
+ - Fixed bug #2450 : Indentation false positive when closure containing nested IF conditions used as function argument
1881
+ - Fixed bug #2452 : LowercasePHPFunctions sniff failing on "new \File()"
1882
+ - Fixed bug #2453 : Squiz.CSS.SemicolonSpacingSniff false positive when style name proceeded by an asterisk
1883
+ -- Thanks to Juliette Reinders Folmer for the patch
1884
+ - Fixed bug #2464 : Fixer conflict between Generic.WhiteSpace.ScopeIndent and Squiz.WhiteSpace.ScopeClosingBrace when class indented 1 space
1885
+ - Fixed bug #2465 : Excluding a sniff by path is not working
1886
+ - Fixed bug #2467 : PHP open/close tags inside CSS files are replaced with internal PHPCS token strings when auto fixing
1887
+ </notes >
1888
+ </release >
1862
1889
<release >
1863
1890
<version >
1864
1891
<release >3.4.1</release >
0 commit comments