Skip to content

Commit 8db6021

Browse files
freekmurzeactions-user
authored andcommitted
Fix styling
1 parent 811d4ed commit 8db6021

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

0 commit comments

Comments
 (0)