Skip to content

Commit 6331a6e

Browse files
authored
Remove larastan/larastan dependencies (#28)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 9092d66 commit 6331a6e

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"symfony/polyfill-php83": "^1.31"
1313
},
1414
"require-dev": {
15-
"larastan/larastan": "^2.4",
1615
"laravel/nova": "^5.2",
1716
"laravel/pint": "^1.17",
1817
"orchestra/pest-plugin-testbench": "^2.0|^3.0",

phpstan.neon.dist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
includes:
2-
- ./vendor/larastan/larastan/extension.neon
3-
42

53
parameters:
64

@@ -15,6 +13,4 @@ parameters:
1513
- identifier: missingType.generics
1614
- '#Method [a-zA-Z\\\<\>]+::handle\(\) should return bool\|null but returns int.#'
1715

18-
noUnnecessaryCollectionCall: false
19-
checkModelProperties: false
2016
reportUnmatchedIgnoredErrors: false

0 commit comments

Comments
 (0)