Skip to content

Commit

Permalink
Prepare for 3.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Apr 10, 2019
1 parent ac3ec98 commit b8a7362
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2019-03-19</date>
<time>14:20:00</time>
<date>2019-04-11</date>
<time>09:34:00</time>
<version>
<release>3.4.2</release>
<api>3.4.2</api>
Expand Down Expand Up @@ -1859,6 +1859,33 @@ http://pear.php.net/dtd/package-2.0.xsd">
</filelist>
</phprelease>
<changelog>
<release>
<version>
<release>3.4.2</release>
<api>3.4.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2019-04-11</date>
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
<notes>
- Squiz.Arrays.ArrayDeclaration now has improved handling of syntax errors
- Fixed an issue where the PCRE JIT on PHP 7.3 caused PHPCS to die when using the parallel option
-- PHPCS now disables the PCRE JIT before running
- Fixed bug #2368 : MySource.PHP.AjaxNullComparison throws error when first function has no doc comment
- Fixed bug #2414 : Indention false positive in switch/case/if combination
- Fixed bug #2423 : Squiz.Formatting.OperatorBracket.MissingBrackets error with static
- Fixed bug #2450 : Indentation false positive when closure containing nested IF conditions used as function argument
- Fixed bug #2452 : LowercasePHPFunctions sniff failing on "new \File()"
- Fixed bug #2453 : Squiz.CSS.SemicolonSpacingSniff false positive when style name proceeded by an asterisk
-- Thanks to Juliette Reinders Folmer for the patch
- Fixed bug #2464 : Fixer conflict between Generic.WhiteSpace.ScopeIndent and Squiz.WhiteSpace.ScopeClosingBrace when class indented 1 space
- Fixed bug #2465 : Excluding a sniff by path is not working
- Fixed bug #2467 : PHP open/close tags inside CSS files are replaced with internal PHPCS token strings when auto fixing
</notes>
</release>
<release>
<version>
<release>3.4.1</release>
Expand Down

0 comments on commit b8a7362

Please sign in to comment.