From 75160b12821f7f4299cce7f0b69c83c1502ae071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 27 May 2024 13:08:29 +0200 Subject: 2024-02-19 upstream --- .../lib/Exception/InvalidRequestException.php | 120 ++++++++++----------- 1 file changed, 60 insertions(+), 60 deletions(-) (limited to 'vendor/stripe/stripe-php/lib/Exception/InvalidRequestException.php') diff --git a/vendor/stripe/stripe-php/lib/Exception/InvalidRequestException.php b/vendor/stripe/stripe-php/lib/Exception/InvalidRequestException.php index ed4f8d0..46a52fc 100644 --- a/vendor/stripe/stripe-php/lib/Exception/InvalidRequestException.php +++ b/vendor/stripe/stripe-php/lib/Exception/InvalidRequestException.php @@ -1,60 +1,60 @@ -setStripeParam($stripeParam); - - return $instance; - } - - /** - * Gets the parameter related to the error. - * - * @return null|string - */ - public function getStripeParam() - { - return $this->stripeParam; - } - - /** - * Sets the parameter related to the error. - * - * @param null|string $stripeParam - */ - public function setStripeParam($stripeParam) - { - $this->stripeParam = $stripeParam; - } -} +setStripeParam($stripeParam); + + return $instance; + } + + /** + * Gets the parameter related to the error. + * + * @return null|string + */ + public function getStripeParam() + { + return $this->stripeParam; + } + + /** + * Sets the parameter related to the error. + * + * @param null|string $stripeParam + */ + public function setStripeParam($stripeParam) + { + $this->stripeParam = $stripeParam; + } +} -- cgit v1.2.3