Files
symfony-flex-recipes-contrib/phpstan/phpstan/1.0/post-install.txt
T
Eric PoeandGitHub fdc340477d Match install directions to actual filename for phpstan config file (#1556)
Either `phpstan.dist.neon` or `phpstan.neon.dist` are acceptable (see: https://phpstan.org/config-reference#config-file). I'm sticking with `phpstan.dist.neon` since text editors that recognize the `.neon` extension will render the contents of the file nicely.
2023-10-22 17:41:46 -04:00

5 lines
178 B
Plaintext

* Edit the <comment>phpstan.dist.neon</comment> file to configure PHPStan.
* For the full options, see
<comment>https://phpstan.org/user-guide/getting-started</comment>