Skip to content

Commit

Permalink
fixed annotation for list options
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricio872 committed Nov 23, 2021
1 parent 106c70c commit eb05472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Annotations/RegisterCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class RegisterCommand

/**
* Question that has to be asked user
* @var mixed
* @var array
*/
public $options;

Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit eb05472

Please sign in to comment.