Skip to content

Commit 42124e5

Browse files
Update Driver.php
1 parent f9b0b10 commit 42124e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Driver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function load(string $path);
3636
* `ExpectationFailedException` if it doesn't match. This happens by
3737
* default if you're using PHPUnit's `Assert` class for the match.
3838
*
39-
* @param \Spatie\Snapshots\Snapshot $expected
39+
* @param mixed $expected
4040
* @param mixed $actual
4141
*
4242
* @throws \PHPUnit\Framework\ExpectationFailedException

0 commit comments

Comments
 (0)