Skip to content

Commit 6b5c570

Browse files
committed
commit
1 parent 0794c0d commit 6b5c570

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 $snapshot
39+
* @param \Spatie\Snapshots\Snapshot $expected
4040
* @param mixed $actual
4141
*
4242
* @throws \PHPUnit\Framework\ExpectationFailedException

src/Drivers/VarDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function extension(): string
1717
return '.php';
1818
}
1919

20-
public function load(string $path)
20+
public function load(string $path): string
2121
{
2222
return include $path;
2323
}

0 commit comments

Comments
 (0)