add phpstan strict

This commit is contained in:
Clemens Schwaighofer
2023-02-28 06:39:36 +09:00
parent 710a48abcd
commit 537bc0a477
64 changed files with 4493 additions and 6 deletions

View File

@@ -1,6 +1,13 @@
{
"require-dev": {
"phpstan/phpstan": "^1.10",
"phan/phan": "^5.4"
"phan/phan": "^5.4",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan-strict-rules": "^1.5"
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}