Skip to content

Commit 457afdf

Browse files
committed
Changelog for #3032
1 parent ba4956b commit 457afdf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
2626
</stability>
2727
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
2828
<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
2933
- Include patterns are now ignored when processing STDIN
3034
-- Previously, checks using include patterns were excluded when processing STDIN when no file path was provided via --stdin-path
3135
-- Now, all include and exclude rules are ignored when no file path is provided, allowing all checks to run

0 commit comments

Comments
 (0)