upgraded dependencies
This commit is contained in:
19
vendor/nunomaduro/collision/phpstan.neon.dist
vendored
Normal file
19
vendor/nunomaduro/collision/phpstan.neon.dist
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
includes:
|
||||
- ./vendor/nunomaduro/larastan/extension.neon
|
||||
parameters:
|
||||
level: max
|
||||
paths:
|
||||
- src
|
||||
checkMissingIterableValueType: false
|
||||
reportUnmatchedIgnoredErrors: false
|
||||
excludes_analyse:
|
||||
- src/Adapters/Phpunit/Printer
|
||||
ignoreErrors:
|
||||
- '#Parameter \#1 \$input of function str_pad expects string, int given.#'
|
||||
- '#Cannot call method addTheme\(\) on array|JakubOnderka\\PhpConsoleColor\\ConsoleColor#'
|
||||
- '#Method NunoMaduro\\Collision\\Adapters\\Laravel\\IgnitionSolutionsRepository::getFromThrowable\(\) should return array<int,#'
|
||||
- '#Result of static method Dotenv\\Repository\\RepositoryBuilder::create\(\) \(void\) is used.#'
|
||||
- message: '#Cannot call method make\(\) on void.#'
|
||||
paths:
|
||||
- src/Adapters/Laravel/Commands/*
|
||||
|
||||
Reference in New Issue
Block a user