WIP
This commit is contained in:
@@ -20,10 +20,11 @@ class InventoryHistoryItems extends Field
|
||||
/**
|
||||
* Set the options for the select menu.
|
||||
*
|
||||
* @param array<string|int, array<string, mixed>|string>|\Closure|callable|\Illuminate\Support\Collection $options
|
||||
* @return $this
|
||||
* @param array<string|int, array<string, mixed>|string>|\Closure|callable|Collection $options
|
||||
*
|
||||
* @phpstan-param TOption|(callable(): (TOption))|(\Closure(): (TOption)) $options
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function options(array|Collection $options): self
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user