![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/dev/tests/static/testsuite/Magento/Test/Php/_files/phpstan/ |
parameters: checkExplicitMixedMissingReturn: true checkPhpDocMissingReturn: true reportUnmatchedIgnoredErrors: false excludePaths: - %rootDir%/../../../lib/internal/Magento/Framework/ObjectManager/Test/Unit/* - %rootDir%/../../../*/_files/* - %rootDir%/../../../dev/tests/*/Fixtures/* - %rootDir%/../../../dev/tests/*/tmp/* - %rootDir%/../../../dev/tests/*/_generated/* - %rootDir%/../../../pub/* scanDirectories: - %rootDir%/../../../dev/tests/static/framework/tests/unit/testsuite/Magento - %rootDir%/../../../dev/tests/integration/framework/tests/unit/testsuite/Magento - %rootDir%/../../../dev/tests/api-functional/_files/Magento bootstrapFiles: - %rootDir%/../../../dev/tests/static/framework/autoload.php - %rootDir%/../../../dev/tests/integration/framework/autoload.php - %rootDir%/../../../dev/tests/api-functional/framework/autoload.php - %rootDir%/../../../dev/tests/setup-integration/framework/autoload.php - %rootDir%/../../../dev/tests/static/framework/Magento/PhpStan/autoload.php ignoreErrors: # Ignore PHPStan\Rules\Classes\UnusedConstructorParametersRule - '#Constructor of class [a-zA-Z0-9\\_]+ has an unused parameter#' # Ignore setCustomErrorHandler function not found in bootstrap files - '#Function setCustomErrorHandler not found#' # Ignore 'return statement is missing' error when 'void' is present in return type list - '#Method (?:.*?) should return (?:.*?)void(?:.*?) but return statement is missing.#' # Ignore constants, defined dynamically. - '#Constant TESTS_WEB_API_ADAPTER not found.#' - '#Constant TESTS_BASE_URL not found.#' - '#Constant TESTS_XDEBUG_ENABLED not found.#' - '#Constant TESTS_XDEBUG_SESSION not found.#' - '#Constant INTEGRATION_TESTS_DIR not found.#' - '#Constant MAGENTO_MODULES_PATH not found.#' - '#Constant TESTS_MODULES_PATH not found.#' - '#Constant TESTS_INSTALLATION_DB_CONFIG_FILE not found.#' - '#Constant T_[A-Z_]+ not found.#' services: - class: Magento\PhpStan\Reflection\Php\DataObjectClassReflectionExtension tags: {phpstan.broker.methodsClassReflectionExtension: {priority: 100}} errorFormatter.filtered: class: Magento\PhpStan\Formatters\FilteredErrorFormatter arguments: tableErrorFormatter: @errorFormatter.table