From 48ef2523a0fb568aedcda2a7922e9bbd21ed18fb Mon Sep 17 00:00:00 2001 From: midwestE <6331501+midweste@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:02:06 -0500 Subject: [PATCH] Update Client.php the get method can return an array as well --- src/WooCommerce/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WooCommerce/Client.php b/src/WooCommerce/Client.php index 537313d..2bceda3 100644 --- a/src/WooCommerce/Client.php +++ b/src/WooCommerce/Client.php @@ -75,7 +75,7 @@ public function put($endpoint, $data) * @param string $endpoint API endpoint. * @param array $parameters Request parameters. * - * @return \stdClass + * @return \stdClass|array */ public function get($endpoint, $parameters = []) {