Skip to content

Commit

Permalink
Update phpstan config
Browse files Browse the repository at this point in the history
  • Loading branch information
rozsival committed Apr 16, 2021
1 parent 062d108 commit c059dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ phpcbf:
$(bin)/phpcbf -spn --standard=$(codeSnifferRuleset) --extensions=php $(dirs) ; true

phpstan:
$(bin)/phpstan analyze $(dirs) --level max
$(bin)/phpstan analyze $(dirs)

# Tests

Expand Down
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
parameters:
tmpDir: %currentWorkingDirectory%/temp
level: max

0 comments on commit c059dc6

Please sign in to comment.