Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Jul 9, 2021
1 parent ada8018 commit dffe20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ private function prepareRequestStreamMock(
}),
null === $params ? static::anything() : static::identicalTo($params),
static::identicalTo($hasFile),
static::anything(),
static::anything()
)
;
}
Expand Down

0 comments on commit dffe20a

Please sign in to comment.