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 {