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 13, 2020
1 parent 04e6b0e commit 6dc9b70
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 @@ -117,7 +117,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
*/
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
*/
Expand Down

0 comments on commit 6dc9b70

Please sign in to comment.