|
13 | 13 | * @method static NotificationBuilder title(string $message)
|
14 | 14 | * @method static NotificationBuilder message(string $message)
|
15 | 15 | * @method static NotificationBuilder type(string $message)
|
16 |
| - * @method static NotificationBuilder options(array $options, bool $merge = true) |
| 16 | + * @method static NotificationBuilder options(array<string, mixed> $options, bool $merge = true) |
17 | 17 | * @method static NotificationBuilder option(string $name, $value)
|
18 | 18 | * @method static NotificationBuilder priority(int $priority)
|
19 | 19 | * @method static NotificationBuilder hops(int $amount)
|
20 | 20 | * @method static NotificationBuilder keep()
|
21 | 21 | * @method static NotificationBuilder delay(int $delay)
|
22 |
| - * @method static NotificationBuilder translate(array $parameters = [], ?string $locale = null) |
| 22 | + * @method static NotificationBuilder translate(array<string, mixed> $parameters = [], ?string $locale = null) |
23 | 23 | * @method static NotificationBuilder handler(string $handler)
|
24 |
| - * @method static NotificationBuilder context(array $context) |
| 24 | + * @method static NotificationBuilder context(array<string, mixed> $context) |
25 | 25 | * @method static NotificationBuilder when(bool|\Closure $condition)
|
26 | 26 | * @method static NotificationBuilder unless(bool|\Closure $condition)
|
27 | 27 | * @method static NotificationBuilder with(StampInterface[] $stamps = array())
|
28 | 28 | * @method static NotificationBuilder withStamp(StampInterface $stamp)
|
29 |
| - * @method static Envelope success(string $message, array $options = [], ?string $title = null) |
30 |
| - * @method static Envelope error(string $message, array $options = [], ?string $title = null) |
31 |
| - * @method static Envelope info(string $message, array $options = [], ?string $title = null) |
32 |
| - * @method static Envelope warning(string $message, array $options = [], ?string $title = null) |
33 |
| - * @method static Envelope flash(?string $type = null, ?string $message = null, array $options = [], ?string $title = null) |
34 |
| - * @method static Envelope preset(string $preset, array $parameters = []) |
| 29 | + * @method static Envelope success(string $message, array<string, mixed> $options = [], ?string $title = null) |
| 30 | + * @method static Envelope error(string $message, array<string, mixed> $options = [], ?string $title = null) |
| 31 | + * @method static Envelope info(string $message, array<string, mixed> $options = [], ?string $title = null) |
| 32 | + * @method static Envelope warning(string $message, array<string, mixed> $options = [], ?string $title = null) |
| 33 | + * @method static Envelope flash(?string $type = null, ?string $message = null, array<string, mixed> $options = [], ?string $title = null) |
| 34 | + * @method static Envelope preset(string $preset, array<string, mixed> $parameters = []) |
35 | 35 | * @method static Envelope operation(string $operation, string|object|null $resource = null)
|
36 | 36 | * @method static Envelope created(string|object|null $resource = null)
|
37 | 37 | * @method static Envelope updated(string|object|null $resource = null)
|
38 | 38 | * @method static Envelope saved(string|object|null $resource = null)
|
39 | 39 | * @method static Envelope deleted(string|object|null $resource = null)
|
40 | 40 | * @method static Envelope push()
|
41 |
| - * @method static Envelope addSuccess(string $message, array $options = [], ?string $title = null) |
42 |
| - * @method static Envelope addError(string $message, array $options = [], ?string $title = null) |
43 |
| - * @method static Envelope addInfo(string $message, array $options = [], ?string $title = null) |
44 |
| - * @method static Envelope addWarning(string $message, array $options = [], ?string $title = null) |
45 |
| - * @method static Envelope addFlash(?string $type = null, ?string $message = null, array $options = [], ?string $title = null) |
46 |
| - * @method static Envelope addPreset(string $preset, array $parameters = []) |
| 41 | + * @method static Envelope addPreset(string $preset, array<string, mixed> $parameters = []) |
47 | 42 | * @method static Envelope addCreated(string|object|null $resource = null)
|
48 | 43 | * @method static Envelope addUpdated(string|object|null $resource = null)
|
49 | 44 | * @method static Envelope addDeleted(string|object|null $resource = null)
|
|
0 commit comments