Skip to content

Commit

Permalink
update phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
jshah4517 committed May 30, 2024
1 parent 0cb87a6 commit fb7f0e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"larapack/dd": "^1.1",
"phpmd/phpmd": "^2.9",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/phpstan": "1.10.25",
"phpstan/phpstan": "1.11.2",
"phpunit/phpunit": "^9.3",
"rregeer/phpunit-coverage-check": "^0.3.1",
"slevomat/coding-standard": "^8.15",
Expand Down
16 changes: 6 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ parameters:
paths:
- src
- test
inferPrivatePropertyTypeFromConstructor: true
excludePaths:
- test/DataFixtures
- test/PhpUnit
Expand Down

0 comments on commit fb7f0e7

Please sign in to comment.