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.
This commit is contained in:
Eric Poe
2023-10-22 16:41:46 -05:00
committed by GitHub
parent ec85310bcd
commit fdc340477d

View File

@@ -1,4 +1,4 @@
* Edit the <comment>phpstan.neon.dist</comment> file to configure PHPStan.
* 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>