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.
1 parent f9b0b10 commit 42124e5Copy full SHA for 42124e5
src/Driver.php
@@ -36,7 +36,7 @@ public function load(string $path);
36
* `ExpectationFailedException` if it doesn't match. This happens by
37
* default if you're using PHPUnit's `Assert` class for the match.
38
*
39
- * @param \Spatie\Snapshots\Snapshot $expected
+ * @param mixed $expected
40
* @param mixed $actual
41
42
* @throws \PHPUnit\Framework\ExpectationFailedException
0 commit comments