From a6966518fa2950f64b9cb4920400a582126df3c0 Mon Sep 17 00:00:00 2001 From: Eric Poe Date: Sun, 22 Oct 2023 10:00:20 -0500 Subject: [PATCH] Match install directions to actual filename for phpstan config file 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. --- phpstan/phpstan/1.0/post-install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan/phpstan/1.0/post-install.txt b/phpstan/phpstan/1.0/post-install.txt index dc2f82356..a024e9387 100644 --- a/phpstan/phpstan/1.0/post-install.txt +++ b/phpstan/phpstan/1.0/post-install.txt @@ -1,4 +1,4 @@ - * Edit the phpstan.neon.dist file to configure PHPStan. + * Edit the phpstan.dist.neon file to configure PHPStan. * For the full options, see https://phpstan.org/user-guide/getting-started