You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 Fix more errors php stan 🆙
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
includes:
|
||||
- vendor/larastan/larastan/extension.neon
|
||||
|
||||
parameters:
|
||||
paths:
|
||||
- app
|
||||
- config
|
||||
- database
|
||||
- routes
|
||||
|
||||
level: 5
|
||||
|
||||
excludePaths:
|
||||
- app/Console/Kernel.php
|
||||
- app/Exceptions/Handler.php
|
||||
- bootstrap
|
||||
- storage
|
||||
- vendor
|
||||
|
||||
ignoreErrors:
|
||||
- '#PHPDoc tag @var#'
|
||||
- '#Unsafe usage of new static#'
|
||||
|
||||
checkMissingIterableValueType: false
|
||||
checkGenericClassInNonGenericObjectType: false
|
||||
reportUnmatchedIgnoredErrors: false
|
||||
Reference in New Issue
Block a user