Release 2.25 (#5109)
This commit is contained in:
@@ -63,7 +63,7 @@ class MetaFieldExtractorTest extends TestCase
|
||||
$this->expectException(ExtractorException::class);
|
||||
$this->expectExceptionMessage('MetaFieldExtractor needs a MetaDisplayEventInterface instance for work');
|
||||
|
||||
/* @phpstan-ignore-next-line */
|
||||
/* @phpstan-ignore argument.type */
|
||||
$sut->extract(new \stdClass());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user