| 1234567891011121314 |
- parameters:
- autoload_files:
- - %rootDir%/../../../tests/bootstrap.php
- excludes_analyse:
- - %rootDir%/../../../src/TestSuite/*
- - %rootDir%/../../../src/View/Helper/TreeHelper
- - %rootDir%/../../../src/Utility/Mime
- ignoreErrors:
- - '#Call to an undefined method .+TimeHelper::.+\(\)#'
- - '#Comparison operation ">" between int<1, max> and 0 is always true.#'
- services:
- -
- class: Cake\PHPStan\AssociationTableMixinClassReflectionExtension
|