We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ed41a commit 5964075Copy full SHA for 5964075
composer.json
@@ -20,7 +20,8 @@
20
"squizlabs/php_codesniffer": "3.10.3",
21
"wp-coding-standards/wpcs": "~3.1.0",
22
"phpcompatibility/phpcompatibility-wp": "~2.1.3",
23
- "yoast/phpunit-polyfills": "^1.1.0"
+ "yoast/phpunit-polyfills": "^1.1.0",
24
+ "phpstan/phpstan": "^2.0"
25
},
26
"config": {
27
"allow-plugins": {
phpstan.neon
@@ -0,0 +1,7 @@
1
+parameters:
2
+ level: 2
3
+ phpVersion: 70224
4
+ paths:
5
+ - src/wp-includes/html-api/class-wp-css-selectors.php
6
+ scanDirectories:
7
+ - src/wp-includes/html-api
0 commit comments