| 1234567891011121314151617181920212223242526272829303132333435363738 |
- parameters:
- level: 6
- paths:
- - src/
- checkMissingIterableValueType: false
- checkGenericClassInNonGenericObjectType: false
- treatPhpDocTypesAsCertain: false
- bootstrapFiles:
- - %rootDir%/../../../tests/bootstrap.php
- excludePaths:
- - %rootDir%/../../../src/TestSuite/*
- - %rootDir%/../../../src/Utility/Mime
- reportUnmatchedIgnoredErrors: false
- ignoreErrors:
- -
- message: '#Undefined variable: .+#'
- path: '%rootDir%/../../../src/View/Helper/TreeHelper.php'
- -
- message: '#Variable \$.+ might not be defined.#'
- path: '%rootDir%/../../../src/View/Helper/TreeHelper.php'
- -
- message: '#Negated boolean expression is always true.#'
- path: '%rootDir%/../../../src/View/Helper/TreeHelper.php'
- -
- message: '#Result of \|\| is always true.#'
- path: '%rootDir%/../../../src/View/Helper/TreeHelper.php'
- -
- message: '#Cannot unset offset string on array.+\.#'
- path: '%rootDir%/../../../src/Utility/Language.php'
- -
- message: '#Instanceof between mixed and .+ComparisonExpression will always evaluate to false\.#'
- path: '%rootDir%/../../../src/Model/Behavior/BitmaskedBehavior.php'
- - '#Parameter \#4 \$flags of function preg_match expects TFlags of 0\|256\|512\|768, int given.#'
- - '#Parameter \#2 \$\w+ of function datefmt_format expects .+, DateTimeInterface given.#'
- - '#Unsafe usage of new static\(\)#'
- services:
- -
- class: Cake\PHPStan\AssociationTableMixinClassReflectionExtension
|