We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
larastan/larastan
1 parent 9092d66 commit 6331a6eCopy full SHA for 6331a6e
composer.json
@@ -12,7 +12,6 @@
12
"symfony/polyfill-php83": "^1.31"
13
},
14
"require-dev": {
15
- "larastan/larastan": "^2.4",
16
"laravel/nova": "^5.2",
17
"laravel/pint": "^1.17",
18
"orchestra/pest-plugin-testbench": "^2.0|^3.0",
phpstan.neon.dist
@@ -1,6 +1,4 @@
1
includes:
2
- - ./vendor/larastan/larastan/extension.neon
3
-
4
5
parameters:
6
@@ -15,6 +13,4 @@ parameters:
- identifier: missingType.generics
- '#Method [a-zA-Z\\\<\>]+::handle\(\) should return bool\|null but returns int.#'
- noUnnecessaryCollectionCall: false
19
- checkModelProperties: false
20
reportUnmatchedIgnoredErrors: false
0 commit comments