Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit c059dc6

Browse files
committed
Update phpstan config
1 parent 062d108 commit c059dc6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ phpcbf:
3838
$(bin)/phpcbf -spn --standard=$(codeSnifferRuleset) --extensions=php $(dirs) ; true
3939

4040
phpstan:
41-
$(bin)/phpstan analyze $(dirs) --level max
41+
$(bin)/phpstan analyze $(dirs)
4242

4343
# Tests
4444

phpstan.neon

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
parameters:
22
tmpDir: %currentWorkingDirectory%/temp
3+
level: max

0 commit comments

Comments
 (0)