fix phpstan types

This commit is contained in:
danilopolani
2022-03-09 11:48:35 +01:00
parent cda4665979
commit a3889110f1
2 changed files with 12 additions and 1 deletions

View File

@ -138,7 +138,6 @@ final class TestCaseMethodFactory
}
foreach ($attributesToUse as $attribute) {
/** @phpstan-ignore-next-line */
$attributes = (new $attribute())->__invoke($this, $attributes);
}