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,8 +26,12 @@ 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 magic constant dereferencing
30
+ -- Thanks to Juliette Reinders Folmer for the patch
29
31
- File::getMethodProperties() now detects the PHP 8.0 static return type
30
32
-- Thanks to Juliette Reinders Folmer for the patch
33
+ - The PHP 8.0 static return type is now supported for arrow functions
34
+ -- Thanks to Juliette Reinders Folmer for the patch
31
35
- The cache is no longer used if the list of loaded PHP extensions changes
32
36
-- Thanks to Juliette Reinders Folmer for the patch
33
37
- Squiz.Scope.StaticThisUsage now detects usage of $this inside closures and arrow Functions
You can’t perform that action at this time.
0 commit comments