Skip to content

Commit

Permalink
Update DeployInscription.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsmithies committed Jan 7, 2024
1 parent 8414b30 commit 088362a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Models/Inscriptions/DeployInscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ public function setTicker($ticker): void
}

/**
* @return int|Integer
* @return int
*/
public function getMax()
{
return $this->max;
}

/**
* @param int|Integer $max
* @param int $max
*/
public function setMax($max): void
{
Expand Down

0 comments on commit 088362a

Please sign in to comment.