diff --git a/package.xml b/package.xml index a80b1b59e2..fc3dde3350 100644 --- a/package.xml +++ b/package.xml @@ -28,6 +28,9 @@ http://pear.php.net/dtd/package-2.0.xsd"> - Added support for PHP 8.0 magic constant dereferencing -- Thanks to Juliette Reinders Folmer for the patch + - Added support for changes to the way PHP 8.0 tokenizes comments + -- The existing PHP 5-7 behaviour has been replicated for version 8, so no sniff changes are required + -- Thanks to Juliette Reinders Folmer for the patch - File::getMethodProperties() now detects the PHP 8.0 static return type -- Thanks to Juliette Reinders Folmer for the patch - The PHP 8.0 static return type is now supported for arrow functions