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 71a7900 commit c093253Copy full SHA for c093253
.distignore
@@ -23,4 +23,5 @@ composer.lock
23
grumphp.yml
24
package-lock.json
25
package.json
26
+phpstan.neon
27
README.md
grumphp.yml
@@ -7,5 +7,5 @@ grumphp:
7
# phpmd:
8
# ruleset: ["cleancode", "naming"]
9
phpmnd:
10
- # phpstan:
11
- # memory_limit: 512M
+ phpstan:
+ memory_limit: 512M
phpstan.neon
@@ -0,0 +1,5 @@
1
+includes:
2
+ - vendor/szepeviktor/phpstan-wordpress/extension.neon
3
+
4
+parameters:
5
+ level: 3
0 commit comments