Files
piratepoet/tasks/phpstan/phpstan.neon
2018-12-10 16:15:39 +01:00

11 lines
431 B
Plaintext

parameters:
tmpDir: ../../temp/phpstan
bootstrap: bootstrap.php
ignoreErrors:
- '#Access to an undefined property#' # current code suffers from this, it should be fixed & this line removed
- '#Static call to instance method MailPoet\\Models\\Model::#'
- '#Access to an undefined static property MailPoet\\Models\\Model::#'
- '#Function members_register_.+ not found#'
excludes_analyse:
- */lib/DI/CachedContainer.php