diff --git a/src/Annotations/RegisterCommand.php b/src/Annotations/RegisterCommand.php index a8501f0..7da4b5a 100644 --- a/src/Annotations/RegisterCommand.php +++ b/src/Annotations/RegisterCommand.php @@ -28,7 +28,7 @@ class RegisterCommand /** * Question that has to be asked user - * @var mixed + * @var array */ public $options; @@ -78,7 +78,7 @@ class RegisterCommand public function __construct( ?string $field = null, ?string $question = null, - mixed $options = null, + ?array $options = null, bool $userIdentifier = false, ?bool $valueBoolean = null, ?string $valueString = null,