-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|