Skip to content

Commit 14a2836

Browse files
committedOct 19, 2019
Include strict type analisys with php stan
1 parent 7234bc7 commit 14a2836

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎README.md

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ The PHP Static Analysis tool.
5151

5252
$ vendor/bin/phpstan analyse src tests
5353

54+
Added strict rules with:
55+
56+
* https://github.com/thecodingmachine/phpstan-strict-rules
57+
5458

5559
### The best use
5660

‎phpstan.neon

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# includes are used automaticaly by stan-extensions
2+
13
parameters:
24
level: max
35
paths:

0 commit comments

Comments
 (0)
Please sign in to comment.