9 Replies
what is wrong? any error msg?
Ah yes, oops
Run ./vendor/bin/phpstan
At least one path must be specified to analyse.
Error: Process completed with exit code 1.
I think you dont have a config file for phpstan
phpstan.neon or phpstan.neon.dist
I added
./vendor/bin/phpstan analyze app
, and now it seems to be workingthat is another solution 👍
you can pass the folder/files name or set them in the config
one more thing
Im trying to use pint, and I cant exclude the migration files
I also tried
and
FYI pint works and the config is loaded, I just cant exclude directories
sometimes it can be cache?! not sure
database/migrations
should work
try notName
and notPath
I cleared cache
Still. they get formatted
even with not path
nvm im stupid. I called the wrong config 💀
Its fixed now :)