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
I'm getting violation below when running with a migration file
△ laravel> phpstan analyze -c phpstan.neon -l max database/migrations/2014_10_12_000000_create_users_table.php 1/1 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% ------ ------------------------------------------------------------------ Line 2014_10_12_000000_create_users_table.php ------ ------------------------------------------------------------------ 19 Call to an undefined method Illuminate\Support\Fluent::unique(). ------ ------------------------------------------------------------------ [ERROR] Found 1 error
Below is my phpstan.neon content.
phpstan.neon
includes: - vendor/weebly/phpstan-laravel/extension.neon
The text was updated successfully, but these errors were encountered:
Yep, haven't added any migration support yet. Will try to get to this soon.
Sorry, something went wrong.
twistor
No branches or pull requests
I'm getting violation below when running with a migration file
Below is my
phpstan.neon
content.The text was updated successfully, but these errors were encountered: