-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathphpstan.neon
More file actions
12 lines (11 loc) · 632 Bytes
/
phpstan.neon
File metadata and controls
12 lines (11 loc) · 632 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
parameters:
ignoreErrors:
- '#Constructor in [a-zA-Z0-9\\_]+ has parameter \$[a-zA-Z0-9_]+ with default value.#'
- '#Method [a-zA-Z0-9\\_]+::[a-zA-Z0-9_]+\(\) has parameter \$[a-zA-Z0-9_]+ with a nullable type declaration.#'
- '#Method [a-zA-Z0-9\\_]+::[a-zA-Z0-9_]+\(\) has parameter \$[a-zA-Z0-9_]+ with null as default value.#'
- '#In method \"WyriHaximus\\React\\Http\\Middleware\\SessionMiddleware::fetchSessionFromRequest\", caught \"Throwable\" must be rethrown.#'
ergebnis:
classesAllowedToBeExtended:
- ApiClients\Tools\TestUtilities\TestCase
includes:
- vendor/wyrihaximus/async-test-utilities/rules.neon