We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62cbad3 + b441e64 commit 4d35654Copy full SHA for 4d35654
src/MatchesSnapshots.php
@@ -89,7 +89,7 @@ public function assertMatchesHtmlSnapshot(string $actual): void
89
$this->assertMatchesSnapshot($actual, new HtmlDriver);
90
}
91
92
- public function assertMatchesJsonSnapshot(array|string|null|int|float|bool $actual): void
+ public function assertMatchesJsonSnapshot($actual): void
93
{
94
$this->assertMatchesSnapshot($actual, new JsonDriver);
95
0 commit comments