12 lines
458 B
Plaintext
12 lines
458 B
Plaintext
parameters:
|
|
tmpDir: temp/phpstan
|
|
bootstrap: tasks/phpstan/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/Dependencies
|
|
- lib/DI/CachedContainer.php
|