Feature request
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?