From 3cf9f22aaa176458714d43e422839e809ff4ae79 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Mon, 20 Oct 2025 15:13:22 -0600 Subject: [PATCH] fix: lint --- lib/EasyPost/Exception/Api/ApiException.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/EasyPost/Exception/Api/ApiException.php b/lib/EasyPost/Exception/Api/ApiException.php index 0b85ac3f..f43264e2 100644 --- a/lib/EasyPost/Exception/Api/ApiException.php +++ b/lib/EasyPost/Exception/Api/ApiException.php @@ -4,7 +4,6 @@ use EasyPost\Exception\General\EasyPostException; use EasyPost\FieldError; -use Exception; /** * @package EasyPost @@ -19,7 +18,7 @@ class ApiException extends EasyPostException { public $code; // @phpstan-ignore-line public $errors; // @phpstan-ignore-line - protected $message; // @phpstan-ignore-line + protected $message; private ?string $httpBody; private ?int $httpStatus; private mixed $jsonBody;