@@ -3,3 +3,4 @@
/.gitignore export-ignore
/phpunit.xml.dist export-ignore
/tests/ export-ignore
+/phpstan.neon.dist export-ignore
@@ -8,3 +8,4 @@ vendor/
/.vscode
composer.lock
phpunit.xml
+/phpstan.neon
@@ -53,6 +53,6 @@
}
},
"scripts": {
- "analyse": "phpstan analyse -c phpstan.neon --memory-limit=-1"
+ "analyse": "phpstan"