Skip to content

Commit

Permalink
feat: math helper
Browse files Browse the repository at this point in the history
  • Loading branch information
nikuscs committed Jun 29, 2024
1 parent 061c86b commit 8262469
Show file tree
Hide file tree
Showing 4 changed files with 474 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/Data/OptionData.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ public function __construct(
public Optional|null|string $groupIcon = null,
/** @var Collection<int,OptionData>|null */
public Optional|Collection|null $items = null,
) {}
) {
}
}
Loading

0 comments on commit 8262469

Please sign in to comment.