We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.19.0
8.4.1
Running pint on class that uses PHP 8.4 syntax for class instantiation without parentheses, we get an error:
Parse error: syntax error, unexpected token "->", expecting ")"
DB::table(new Tenant()->getTable()) // this is the line that produces the error ->select('id') ->get('id');
The text was updated successfully, but these errors were encountered:
new User()->toArray();
Sorry, something went wrong.
No branches or pull requests
Pint Version
1.19.0
PHP Version
8.4.1
Description
Running pint on class that uses PHP 8.4 syntax for class instantiation without parentheses, we get an error:
Steps To Reproduce
The text was updated successfully, but these errors were encountered: