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 a09b2eb commit 763d009Copy full SHA for 763d009
tests/.dir-locals.el
@@ -0,0 +1,3 @@
1
+((nil (php-project-root . composer)
2
+ (phpstan-working-dir . (root . ""))
3
+ (phpstan-config-file . (root . "tests/phpstan.neon"))))
tests/phpstan.neon.dist
+parameters:
+ level: max
+ bootstrap: %currentWorkingDirectory%/vendor/autoload.php
0 commit comments