phpstan: Use standard config path

This allows developer to create their own own config file, e.g. for setting `editorUrl`:
https://phpstan.org/user-guide/output-format#opening-file-in-an-editor

(cherry picked from commit 1d7cdf3a12)
pull/98/head
Jan Tojnar 1 year ago
parent ae0c20ab18
commit 0bae41248f
  1. 1
      .gitignore
  2. 0
      phpstan.dist.neon

1
.gitignore vendored

@ -3,3 +3,4 @@ coverage/
composer.lock composer.lock
.php_cs.cache .php_cs.cache
.phpunit.result.cache .phpunit.result.cache
phpstan.neon

Loading…
Cancel
Save