Skip to content

Commit

Permalink
Changelog for squizlabs#1393
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Mar 21, 2017
1 parent 9f50587 commit e59873c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
<notes>
- Added Generic.Debug.ESLint sniff to run ESLint over JS files and report errors
-- Set eslint path using: phpcs --config-set eslint_path /path/to/eslint
-- Thanks to Ryan McCue for the contribution
- Added Generic.Debug.ESLint sniff to run ESLint over JS files and report errors
-- Set eslint path using: phpcs --config-set eslint_path /path/to/eslint
-- Thanks to Ryan McCue for the contribution
- Squiz.PHP.DisallowMultipleAssignments now ignores PHP4-style member var assignments
-- Thanks to Juliette Reinders Folmer for the patch
- Fixed bug #1364 : Yield From values are not recognised as returned values in Squiz FunctionComment sniff
- Fixed bug #1373 : Error in tab expansion results in white-space of incorrect size
-- Thanks to Mark Clements for the patch
Expand Down

0 comments on commit e59873c

Please sign in to comment.