Skip to content

Commit 3138ed0

Browse files
mfngithub-actions[bot]
authored andcommitted
Fix styling
1 parent 89fe44b commit 3138ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MatchesSnapshots.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function markTestIncompleteIfSnapshotsHaveChanged()
4949
$this->markTestIncomplete($formattedMessages);
5050
}
5151

52-
public function assertMatchesSnapshot($actual, Driver $driver = null): void
52+
public function assertMatchesSnapshot($actual, ?Driver $driver = null): void
5353
{
5454
if (! is_null($driver)) {
5555
$this->doSnapshotAssertion($actual, $driver);

0 commit comments

Comments
 (0)