You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The underlying library PHP-CS-Fixer is currently working on PHP 8.4 compatibility (this does not include PHP 8.4 syntax specific fixers).
See the following milestone for more information: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/milestone/173
Furthermore is Laravel Pint working on PHP 8.4 compatibility:
See #304
Because this is a CLI tool and not Laravel/Illuminate directly, it is also waiting on laravel-zero to be compatible with PHP 8.4.
Pint Version
1.18.3
PHP Version
8.4.x
Description
I did not try pint with property hooks, or updated exit() / die() but they for sure cause issues to pint as well.
Steps To Reproduce
Create following class and try to pass it by pint.
Result: Fatal error: Multiple access type modifiers are not allowed on line XX
After removing redundant "public":
Result: Parse error: syntax error, unexpected token ")", expecting amp on line XX
The text was updated successfully, but these errors were encountered: