forked from dereuromark/cakephp-queue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
23 lines (22 loc) · 794 Bytes
/
phpstan.neon
File metadata and controls
23 lines (22 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
parameters:
level: 8
paths:
- src/
bootstrapFiles:
- tests/bootstrap.php
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
earlyTerminatingMethodCalls:
Cake\Console\BaseCommand:
- abort
Cake\Console\ConsoleIo:
- abort
ignoreErrors:
- '#Access to an undefined property Cake\\ORM\\BehaviorRegistry::\$Search#'
- '#Parameter \#1 \$object.+ of function is\_a expects object, class-string\<Cake\\Mailer\\Message\>\|object given.#'
- '#Negated boolean expression is always false.#'
- '#Parameter \#1 \$.+ of function call_user_func_array expects .+, array.+ given.#'
- '#Cannot cast array\|string\|null to .+.#'
- '#Cannot cast non-empty-array\|non-falsy-string to string#'
includes:
- vendor/cakedc/cakephp-phpstan/extension.neon