-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
Hi!
On the anouncement page it says that some of these attributes work on older versions of PHP if used on a single line (so that PHP thinks they are comments).
However if PHPStorm is configured to sync settings with this composer.json:
{
"require": {
"php": "^7.4 | ^8.0"
},
"autoload": {
"psr-4": {
"Acme\\": "src"
}
}
}Then the attribute is shown with an error:
And the error:
At the same time the attribute works in other code:
Is that the indented behavior?
Metadata
Metadata
Assignees
Labels
No labels


