update inbox list
This commit is contained in:
14
vendor/vlucas/phpdotenv/phpstan.src.neon.dist
vendored
Normal file
14
vendor/vlucas/phpdotenv/phpstan.src.neon.dist
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
parameters:
|
||||
level: max
|
||||
ignoreErrors:
|
||||
- '#Anonymous function should have native return typehint ".+".#'
|
||||
- '#Call to function is_string\(\) with string will always evaluate to true.#'
|
||||
- '#Variable \$defaults might not be defined.#'
|
||||
- '/^Parameter \#1 \$readers of class Dotenv\\Repository\\[a-zA-Z]*Repository[a-zA-Z]* constructor expects/'
|
||||
- '/^Parameter \#2 \$writers of class Dotenv\\Repository\\[a-zA-Z]*Repository[a-zA-Z]* constructor expects/'
|
||||
- '#Unable to resolve the template type S in call to method PhpOption\\Option<mixed>::flatMap\(\)#'
|
||||
- '#Method Dotenv\\Loader\\Parser::processChar\(\) should return Dotenv\\Result\\Result<array.+, string> but returns Dotenv\\Result\\Result<array.+, mixed>.#'
|
||||
- '#Parameter \#1 \$callable of method PhpOption\\Option<Dotenv\\Loader\\Value\|null>::map\(\) expects callable\(Dotenv\\Loader\\Value\|null\): mixed, Closure\(Dotenv\\Loader\\Value\): mixed given.#'
|
||||
- '#Parameter \#1 \$callable of method PhpOption\\Option<array\|null>::[a-z]+\(\) expects callable\(array\|null\): [a-z]+, Closure\(array\): mixed given.#'
|
||||
- '#Parameter \#1 \$name of method Dotenv\\Repository\\AbstractRepository::set\(\) expects string, string\|null given.#'
|
||||
- '#Parameter \#.+ of method Dotenv\\Repository\\AbstractRepository::offset.+ should be contravariant .+#'
|
||||
Reference in New Issue
Block a user