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
This commit is contained in:
Jan Tojnar
2025-02-23 02:46:57 +01:00
parent f825dcf55a
commit 1d7cdf3a12
2 changed files with 1 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
parameters:
level: 1
paths:
- src
- tests
# https://github.com/phpstan/phpstan/issues/694#issuecomment-350724288
bootstrapFiles:
- vendor/bin/.phpunit/phpunit/vendor/autoload.php
checkMissingIterableValueType: false
includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon