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
I encountered an issue with Laravel Pint when using PHP 8.4. Specifically, Laravel Pint is unable to handle class properties defined in interfaces, which is a new feature in PHP 8.4.
Steps To Reproduce
Steps to Reproduce:
Use PHP 8.4 and create an interface with class properties:
Pint Version
1.18.3
PHP Version
8.4.1
Description
I encountered an issue with Laravel Pint when using PHP 8.4. Specifically, Laravel Pint is unable to handle class properties defined in interfaces, which is a new feature in PHP 8.4.
Steps To Reproduce
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: