mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
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.
5 lines
178 B
Plaintext
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>
|