9 lines
372 B
Plaintext
9 lines
372 B
Plaintext
parameters:
|
|
tmpDir: ../../temp/phpstan
|
|
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
|
|
- '#Class MailPoet\\Premium\\DI\\ContainerConfigurator does not have a constructor#'
|
|
reportUnmatchedIgnoredErrors: false
|