-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathphpstan.neon
14 lines (14 loc) · 1.02 KB
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
parameters:
level: 9
paths:
- "./src"
- "./tests"
ignoreErrors:
- '#Binary operation "." between non-empty-string and array|Illuminate\\Contracts\\Translation\\Translator\|string\|null results in an error.#'
- '#Cannot cast mixed to int.#'
- '#Cannot cast mixed to string.#'
- '#Parameter \#1 \$key of static method Illuminate\\Support\\Facades\\Request::has\(\) expects array\|string, mixed given#'
- '#Parameter \#1 \$key of static method Illuminate\\Support\\Facades\\Request::query\(\) expects string\|null, mixed given.#'
- '#Parameter \#1 \$offset of static method Illuminate\\Support\\Facades\\Request::offsetSet\(\) expects string, mixed given.#'
- '#Parameter \#1 \$valuePP of method SDamian\\LaravelManPagination\\RendererGenerator::generateOption\(\) expects int\|string, mixed given.#'
- '#Parameter \#3 \$all of method SDamian\\LaravelManPagination\\HtmlRenderer::perPageOption\(\) expects string\|null, array\|Illuminate\\Contracts\\Translation\\Translator\|string\|null given.#'