Skip to content

Commit

Permalink
Fix invalid PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Feb 1, 2020
1 parent 88e4900 commit e736b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/StripeClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function getFilesBase()
* @param string $method The HTTP method.
* @param string $path The path of the request.
* @param array $params The parameters of the request.
* @param array|\Stripe\RequestOptions $opts The special modifiers of the request.
* @param array|\Stripe\Util\RequestOptions $opts The special modifiers of the request.
* @return \Stripe\StripeObject The object returned by Stripe's API.
*/
public function request($method, $path, $params, $opts)
Expand Down
2 changes: 1 addition & 1 deletion lib/StripeClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function getFilesBase();
* @param string $method The HTTP method.
* @param string $path The path of the request.
* @param array $params The parameters of the request.
* @param array|\Stripe\RequestOptions $opts The special modifiers of the request.
* @param array|\Stripe\Util\RequestOptions $opts The special modifiers of the request.
* @return \Stripe\StripeObject The object returned by Stripe's API.
*/
public function request($method, $path, $params, $opts);
Expand Down

0 comments on commit e736b9d

Please sign in to comment.