|
6 | 6 |
|
7 | 7 | /** |
8 | 8 | * @method static self title(string $title) |
9 | | - * @method static self message(string $title) |
| 9 | + * @method static self message(string $message) |
10 | 10 | * @method static self backdrop(bool $value = true) |
11 | 11 | * @method static self autoDismiss(int $afterSeconds = 15) |
12 | 12 | * @method static self position(string $x, string $y) |
13 | | - * @method static self leftTop() |
14 | | - * @method static self centerTop() |
15 | | - * @method static self rightTop() |
16 | | - * @method static self leftCenter() |
17 | | - * @method static self center() |
18 | | - * @method static self rightCenter() |
19 | | - * @method static self leftBottom() |
20 | | - * @method static self centerBottom() |
21 | | - * @method static self rightBottom() |
22 | | - * @method static self info() |
23 | | - * @method static self success() |
24 | | - * @method static self warning() |
25 | | - * @method static self danger() |
| 13 | + * @method static self leftTop(string $message = '') |
| 14 | + * @method static self centerTop(string $message = '') |
| 15 | + * @method static self rightTop(string $message = '') |
| 16 | + * @method static self leftCenter(string $message = '') |
| 17 | + * @method static self center(string $message = '') |
| 18 | + * @method static self rightCenter(string $message = '') |
| 19 | + * @method static self leftBottom(string $message = '') |
| 20 | + * @method static self centerBottom(string $message = '') |
| 21 | + * @method static self rightBottom(string $message = '') |
| 22 | + * @method static self info(string $message = '') |
| 23 | + * @method static self success(string $message = '') |
| 24 | + * @method static self warning(string $message = '') |
| 25 | + * @method static self danger(string $message = '') |
26 | 26 | * @method static self style(string $style) |
27 | 27 | * |
28 | 28 | * @see \ProtoneMedia\Splade\SpladeToast |
|
0 commit comments