From 66f6181e396f03f9603367d0d99b57c4e7f1764c Mon Sep 17 00:00:00 2001 From: jmulford-bandwidth Date: Wed, 12 Feb 2020 14:39:17 -0500 Subject: [PATCH] Added temporary fix for error handling --- src/Messaging/Exceptions/GenericClientException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Messaging/Exceptions/GenericClientException.php b/src/Messaging/Exceptions/GenericClientException.php index a127d37..2b2cea7 100644 --- a/src/Messaging/Exceptions/GenericClientException.php +++ b/src/Messaging/Exceptions/GenericClientException.php @@ -30,7 +30,7 @@ class GenericClientException extends \BandwidthLib\APIException /** * @todo Write general description for this property - * @var \BandwidthLib\Models\mixed[]|null $fieldErrors public property + * @var \BandwidthLib\Messaging\Models\FieldError[]|null $fieldErrors public property */ public $fieldErrors;