Fix path usage in PHPStan setup

[MAILPOET-2429]
This commit is contained in:
Jan Jakeš
2019-10-15 16:58:38 +02:00
committed by Jack Kitterhing
parent cdcd63342d
commit 078223cd64
2 changed files with 5 additions and 4 deletions

View File

@@ -1,8 +1,9 @@
parameters:
mailpoetDir: %rootDir%/../../../../..
tmpDir: ../../temp/phpstan
autoload_files:
- %rootDir%/../../../vendor/autoload.php
bootstrap: bootstrap.php
autoload_files:
- %mailpoetDir%/vendor/autoload.php
ignoreErrors:
- '#Function members_register_.+ not found#'
- '#MailPoet\\Premium\\DI\\ContainerConfigurator not found#' # this class is not available when premium is not active