fix: phpstan config and missing wordpress stubs dependency

This commit is contained in:
2026-09-13 16:35:58 +02:00
parent 65657276f6
commit 94eea83d60
3 changed files with 2164 additions and 2 deletions
+2 -1
View File
@@ -18,7 +18,8 @@
"phpunit/phpunit": "^9.5",
"wp-phpunit/wp-phpunit": "^6.0",
"yoast/phpunit-polyfills": "^1.0",
"phpstan/phpstan": "^1.10"
"phpstan/phpstan": "^1.10",
"szepeviktor/phpstan-wordpress": "^1.3"
},
"autoload": {
"classmap": [
Generated
+2161
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,5 +1,5 @@
includes:
- vendor/phpstan/phpstan-de-phpstan-wordpress
- vendor/szepeviktor/phpstan-wordpress/extension.neon
parameters:
level: 5