Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class Message extends \ElePHPant\Trigger\Trigger |
||
10 | { |
||
11 | /** |
||
12 | * @param string $message |
||
13 | * @param string|null $title |
||
14 | * @param array|null $fields |
||
15 | * @param int $timeOut |
||
16 | * @return $this |
||
17 | */ |
||
18 | public function danger(string $message, ?string $title = null, ?array $fields = null, int $timeOut = 5000): self |
||
22 | } |
||
23 | } |