Skip to content

Commit b8a7362

Browse files
committed
Prepare for 3.4.2 release
1 parent ac3ec98 commit b8a7362

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

package.xml

+29-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
1414
<email>[email protected]</email>
1515
<active>yes</active>
1616
</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>
1919
<version>
2020
<release>3.4.2</release>
2121
<api>3.4.2</api>
@@ -1859,6 +1859,33 @@ http://pear.php.net/dtd/package-2.0.xsd">
18591859
</filelist>
18601860
</phprelease>
18611861
<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>
18621889
<release>
18631890
<version>
18641891
<release>3.4.1</release>

0 commit comments

Comments
 (0)