Skip to content

Commit

Permalink
Update Factory.php
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed May 15, 2024
1 parent d8651c6 commit 21f05ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public function fake( $url, $callback ) {
* @param Request $request Request.
* @return array<string, mixed>
*/
// phpcs:ignore Generic.CodeAnalysis.UnusedFunctionParameter.Found
function ( Request $request ) use ( $callback ) {
return Response::array_from_file( $callback );
};
Expand Down

0 comments on commit 21f05ac

Please sign in to comment.