File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
26
26
</stability>
27
27
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
28
28
<notes>
29
+ - Added support for PHP 8.0 union types
30
+ -- A new T_TYPE_UNION token is available to represent the pipe character
31
+ -- File::getMethodParameters(), getMethodProperties(), and getMemberProperties() will now return union types
32
+ -- Thanks to Juliette Reinders Folmer for the patch
29
33
- Include patterns are now ignored when processing STDIN
30
34
-- Previously, checks using include patterns were excluded when processing STDIN when no file path was provided via --stdin-path
31
35
-- Now, all include and exclude rules are ignored when no file path is provided, allowing all checks to run
You can’t perform that action at this time.
0 commit comments