Skip to content

Commit

Permalink
add phpstan-nette
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Nov 7, 2019
1 parent 258d2ac commit cde9c24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"nette/utils": "^3.0"
},
"require-dev": {
"phpstan/phpstan-shim": "^0.11.12"
"phpstan/phpstan-shim": "^0.11.12",
"phpstan/phpstan-nette": "^0.11.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 2 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
includes:
- vendor/phpstan/phpstan-nette/extension.neon

0 comments on commit cde9c24

Please sign in to comment.