We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ba779 commit bc56031Copy full SHA for bc56031
phpstan.neon.dist
@@ -0,0 +1 @@
1
+# dummy
test.php
@@ -0,0 +1,13 @@
+<?php
2
+
3
+foo();
4
+f();
5
6
7
+echo Fooo;
8
+echo FOO;
9
10
+// Local Variables:
11
+// phpstan-configure-file: (root . "tests/phpstan.neon")
12
+// phpstan-level: 7
13
+// End:
tests/bootstrap.php
@@ -0,0 +1,5 @@
+const FOO = 'Foo';
+function foo() {}
tests/phpstan.neon
@@ -0,0 +1,2 @@
+parameters:
+ bootstrap: %rootDir%/../../../tests/bootstrap.php
0 commit comments