Remove no longer present errors from PHPStan baseline

[MAILPOET-2551]
This commit is contained in:
Jan Jakeš
2019-11-28 09:56:06 +01:00
committed by Jack Kitterhing
parent 6c2ff1ca73
commit 01eb608303

View File

@@ -10,21 +10,6 @@ parameters:
count: 1
path: %mailpoetDir%/tests/_support/CleanupExtension.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, array\\<int, string\\>\\|false given\\.$#"
count: 1
path: %mailpoetDir%/tests/_support/ErrorsExtension.php
-
message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
count: 1
path: %mailpoetDir%/tests/_support/ErrorsExtension.php
-
message: "#^Parameter \\#1 \\$input of function array_slice expects array, array\\<int, string\\>\\|false given\\.$#"
count: 1
path: %mailpoetDir%/tests/_support/ErrorsExtension.php
-
message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|false given\\.$#"
count: 1