fix: phpstan config and missing wordpress stubs dependency
This commit is contained in:
+2
-1
@@ -18,7 +18,8 @@
|
|||||||
"phpunit/phpunit": "^9.5",
|
"phpunit/phpunit": "^9.5",
|
||||||
"wp-phpunit/wp-phpunit": "^6.0",
|
"wp-phpunit/wp-phpunit": "^6.0",
|
||||||
"yoast/phpunit-polyfills": "^1.0",
|
"yoast/phpunit-polyfills": "^1.0",
|
||||||
"phpstan/phpstan": "^1.10"
|
"phpstan/phpstan": "^1.10",
|
||||||
|
"szepeviktor/phpstan-wordpress": "^1.3"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
|
|||||||
Generated
+2161
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
includes:
|
includes:
|
||||||
- vendor/phpstan/phpstan-de-phpstan-wordpress
|
- vendor/szepeviktor/phpstan-wordpress/extension.neon
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
level: 5
|
level: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user