This commit is contained in:
Fabio Ivona
2023-08-01 17:16:50 +02:00
parent fe3747f850
commit 0518971d2f

View File

@ -128,6 +128,6 @@ final class TestSuite
{ {
assert($this->test instanceof TestCase); assert($this->test instanceof TestCase);
(fn () => $this->__snapshotChanges[] = $message)->call($this->test, $this->test::class); // @phpstan-ignore-line (fn (): string => $this->__snapshotChanges[] = $message)->call($this->test, $this->test::class); // @phpstan-ignore-line
} }
} }