Skip to content

Commit

Permalink
upgrade PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
petrparolek authored and f3l1x committed Jan 4, 2022
1 parent d654e24 commit e3b46ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -12,7 +12,7 @@ csf:
vendor/bin/codefixer src tests

phpstan:
vendor/bin/phpstan analyse -l max -c phpstan.neon src
vendor/bin/phpstan analyse -l 8 -c phpstan.neon src

tests:
vendor/bin/tester -s -p php --colors 1 -C tests/cases
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -24,10 +24,10 @@
"nette/di": "^3.0.4",
"ninjify/nunjuck": "^0.4",
"ninjify/qa": "^0.12",
"phpstan/phpstan": "^0.12.2",
"phpstan/phpstan-deprecation-rules": "^0.12.0",
"phpstan/phpstan-nette": "^0.12.0",
"phpstan/phpstan-strict-rules": "^0.12.0",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-nette": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
"tracy/tracy": "^2.6.2"
},
"suggest": {
Expand Down

0 comments on commit e3b46ac

Please sign in to comment.