woocommerce / wc-api-php

WooCommerce REST API PHP Library
https://packagist.org/packages/automattic/woocommerce
MIT License
528 stars 160 forks source link

Fix: Warning thrown in HttpClient if $errors is an empty array #353

Open Zaglov opened 1 month ago

Zaglov commented 1 month ago

Added an additional check to prevent warnings thrown in HttpClient if the $errors array is empty.