Files
piratepoet/tasks/phpstan/phpstan.neon
Jan Jakeš c822b09010 Install PHPStan PHAR to tools directory
[MAILPOET-2405]
2019-09-30 20:10:53 +01:00

16 lines
760 B
Plaintext

parameters:
tmpDir: ../../temp/phpstan
autoload_files:
- %rootDir%/../../../vendor/autoload.php
bootstrap: bootstrap.php
ignoreErrors:
- '#Function members_register_.+ not found#'
- '#MailPoet\\Premium\\DI\\ContainerConfigurator not found#' # this class is not available when premium is not active
- '#Call to an undefined method IdiormResultSet::set()#'
- '#Argument of an invalid type pQuery\\IQuery supplied for foreach, only iterables are supported#'
- '#Parameter \#2 \$prefix of function http_build_query expects string, null given.#'
- '#Parameter \#1 \$function of function call_user_func_array expects callable(): mixed, .wc_.*. given.#'
reportUnmatchedIgnoredErrors: false
dynamicConstantNames:
- WP_DEBUG