Skip to content

Commit 7eee765

Browse files
committed
Fix phpstan
1 parent a53bd0b commit 7eee765

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require-dev": {
1919
"laravel/pint": "^1.0",
2020
"nunomaduro/collision": "^7.0",
21-
"nunomaduro/larastan": "^2.0",
21+
"larastan/larastan": "^2.0",
2222
"orchestra/testbench": "^8.0",
2323
"pestphp/pest": "^2.0",
2424
"pestphp/pest-plugin-laravel": "^2.0",

phpstan.neon.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ parameters:
55
level: 4
66
paths:
77
- src
8-
- config
9-
- database
108
tmpDir: build/phpstan
119
checkOctaneCompatibility: true
1210
checkModelProperties: true
13-
checkMissingIterableValueType: false
1411

0 commit comments

Comments
 (0)