mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user