We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a4771 commit 2b8c1b3Copy full SHA for 2b8c1b3
package.xml
@@ -28,6 +28,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
28
<notes>
29
- Added support for PHP 8.0 magic constant dereferencing
30
-- Thanks to Juliette Reinders Folmer for the patch
31
+ - Added support for changes to the way PHP 8.0 tokenizes comments
32
+ -- The existing PHP 5-7 behaviour has been replicated for version 8, so no sniff changes are required
33
+ -- Thanks to Juliette Reinders Folmer for the patch
34
- File::getMethodProperties() now detects the PHP 8.0 static return type
35
36
- The PHP 8.0 static return type is now supported for arrow functions
0 commit comments