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 f9f183a commit 51e8e0cCopy full SHA for 51e8e0c
example/.travis.yml
@@ -0,0 +1,3 @@
1
+install:
2
+ - |
3
+ if [ "$(phpenv version-name)" == 7.3 ]; then sed -e 's#^function is_countable(#// &#' -i vendor/giacocorsiglia/wordpress-stubs/wordpress-stubs.php; fi
example/phpstan.neon.dist
@@ -32,3 +32,4 @@ parameters:
32
- '/^Parameter #2 \$deprecated of function load_plugin_textdomain expects string, false given\.$/'
33
# WP-CLI accepts a class as callable
34
- '/^Parameter #2 \$callable of static method WP_CLI::add_command\(\) expects callable\(\): mixed, \S+ given\.$/'
35
+ # Please consider commenting ignores: issue URL or reason of ignore
0 commit comments