Skip to content

Commit 6448c31

Browse files
authored
Apply fixes from StyleCI (#127)
1 parent c39d2f7 commit 6448c31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/plugins/PestPluginHttpRecorder.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ public static function register()
1919

2020
$recorder = new HttpRecorder();
2121
$httpFakeCallbacks = [];
22-
22+
2323
foreach ($urls as $url) {
2424
$httpFakeCallbacks[$url] = fn (Request $request) => $recorder->handle($request);
2525
}
2626

2727
Http::fake($httpFakeCallbacks);
28+
2829
return $recorder;
2930
});
3031
}

0 commit comments

Comments
 (0)