Skip to content

Commit ea1c4bd

Browse files
authored
Apply fixes from StyleCI (#140)
1 parent 95523d9 commit ea1c4bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Macros/PestHttpRecorder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@ class HttpRecorder
4040
public function storeIn($directory)
4141
{
4242
$this->snapshotDirectory = $directory;
43+
4344
return $this;
4445
}
4546

4647
public function minifyJson()
4748
{
4849
$this->usePrettyJson = false;
50+
4951
return $this;
5052
}
5153

0 commit comments

Comments
 (0)