We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wpsyntex/polylang-stubs
1 parent 660dc7e commit f72db2dCopy full SHA for f72db2d
2 files changed
README.md
@@ -33,7 +33,7 @@ Include the extension and stubs in the PHPStan configuration file.
33
includes:
34
- vendor/wpsyntex/polylang-phpstan/extension.neon
35
parameters:
36
- stubFiles:
+ scanFiles:
37
- vendor/wpsyntex/polylang-stubs/polylang-stubs.php
38
```
39
composer.json
@@ -6,11 +6,11 @@
6
"type": "library",
7
"require": {
8
"php": "^8.0",
9
- "szepeviktor/phpstan-wordpress": "^2.0",
10
- "wpsyntex/polylang-stubs": "dev-master"
+ "szepeviktor/phpstan-wordpress": "^2.0"
11
},
12
"require-dev": {
13
- "phpunit/phpunit": "^9"
+ "phpunit/phpunit": "^9",
+ "wpsyntex/polylang-stubs": "dev-master"
14
15
"autoload": {
16
"psr-4": {
0 commit comments