Skip to content

Commit

Permalink
Changelog for #3032
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Nov 2, 2020
1 parent ba4956b commit 457afdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ 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 support for PHP 8.0 union types
-- A new T_TYPE_UNION token is available to represent the pipe character
-- File::getMethodParameters(), getMethodProperties(), and getMemberProperties() will now return union types
-- Thanks to Juliette Reinders Folmer for the patch
- Include patterns are now ignored when processing STDIN
-- Previously, checks using include patterns were excluded when processing STDIN when no file path was provided via --stdin-path
-- Now, all include and exclude rules are ignored when no file path is provided, allowing all checks to run
Expand Down

0 comments on commit 457afdf

Please sign in to comment.