From 088362a8ce0bd3c7dcf1ea464ec6edfc519ec4b2 Mon Sep 17 00:00:00 2001 From: Matt Smithies Date: Sun, 7 Jan 2024 21:31:56 +0000 Subject: [PATCH] Update DeployInscription.php --- src/Models/Inscriptions/DeployInscription.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Models/Inscriptions/DeployInscription.php b/src/Models/Inscriptions/DeployInscription.php index e43c627..2960574 100644 --- a/src/Models/Inscriptions/DeployInscription.php +++ b/src/Models/Inscriptions/DeployInscription.php @@ -93,7 +93,7 @@ public function setTicker($ticker): void } /** - * @return int|Integer + * @return int */ public function getMax() { @@ -101,7 +101,7 @@ public function getMax() } /** - * @param int|Integer $max + * @param int $max */ public function setMax($max): void {