Skip to content

Commit c3ca9c7

Browse files
authored
Update MatchesSnapshots.php
1 parent 6ba1db4 commit c3ca9c7

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
@@ -135,7 +135,7 @@ protected function getFileSnapshotDirectory(): string
135135
protected function shouldUpdateSnapshots(): bool
136136
{
137137
if(in_array('--update-snapshots', $_SERVER['argv'], true)) {
138-
return true
138+
return true;
139139
}
140140

141141
return getenv('UPDATE_SNAPSHOTS') === 'true';

0 commit comments

Comments
 (0)