| 123456789101112131415161718192021222324 |
- parameters:
- checkMissingIterableValueType: false
- checkGenericClassInNonGenericObjectType: false
- autoload_files:
- - %rootDir%/../../../tests/bootstrap.php
- excludes_analyse:
- - %rootDir%/../../../src/TestSuite/*
- - %rootDir%/../../../src/Utility/Mime
- 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: '#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'
- services:
- -
- class: Cake\PHPStan\AssociationTableMixinClassReflectionExtension
|