From 6dc9b70bfbaafdd5fbfe20bf6f9db3aa548457b8 Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Wed, 30 Oct 2019 13:00:13 -0700 Subject: [PATCH] Fix invalid PHPDoc --- lib/StripeClient.php | 2 +- lib/StripeClientInterface.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/StripeClient.php b/lib/StripeClient.php index a57e7a6b9f..7d62a750d9 100644 --- a/lib/StripeClient.php +++ b/lib/StripeClient.php @@ -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 */ diff --git a/lib/StripeClientInterface.php b/lib/StripeClientInterface.php index 4de0f56c50..adcef3f9aa 100644 --- a/lib/StripeClientInterface.php +++ b/lib/StripeClientInterface.php @@ -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 */