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
While running PHPStan analyze I can see warning message:
! [NOTE] No files found to analyse.
[WARNING] This will cause a non-zero exit code in PHPStan 2.0.
There is no way to hide it or migrate to non-zero exit code.
Possible solution: add some config variable to phpstan.neon file that will cause positive exit status and let us to migrate transparently + hide warning.
What do you think?