Skip to content

Commit

Permalink
Update RadioDeck.php
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangums authored May 27, 2024
1 parent 7360921 commit 5e0eb53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Forms/Components/RadioDeck.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ class RadioDeck extends IntermediaryRadio
use HasIconSizes;
use HasPadding;

protected Arrayable|Closure|string|null $icons = null;
protected array|Arrayable|Closure|string|null $icons = null;

protected Arrayable|Closure|string $descriptions = [];
protected array|Arrayable|Closure|string $descriptions = [];

protected string $view = 'radio-deck::forms.components.radio-deck';

Expand Down

0 comments on commit 5e0eb53

Please sign in to comment.