We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7234bc7 commit 14a2836Copy full SHA for 14a2836
README.md
@@ -51,6 +51,10 @@ The PHP Static Analysis tool.
51
52
$ vendor/bin/phpstan analyse src tests
53
54
+Added strict rules with:
55
+
56
+* https://github.com/thecodingmachine/phpstan-strict-rules
57
58
59
### The best use
60
phpstan.neon
@@ -1,3 +1,5 @@
1
+# includes are used automaticaly by stan-extensions
2
3
parameters:
4
level: max
5
paths:
0 commit comments