Total Complexity | 6 |
Total Lines | 43 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
16 | class Scanned extends Handler |
||
17 | { |
||
18 | protected $check = false; |
||
19 | |||
20 | /** |
||
21 | * @var string|null |
||
22 | */ |
||
23 | protected $alert; |
||
24 | |||
25 | /** |
||
26 | * @param string $message |
||
27 | */ |
||
28 | 1 | public function alert(string $message) |
|
31 | 1 | } |
|
32 | |||
33 | /** |
||
34 | * @param \Closure $closure |
||
35 | * |
||
36 | * @return \Symfony\Component\HttpFoundation\Response |
||
37 | * |
||
38 | * @throws \EasyWeChat\Kernel\Exceptions\Exception |
||
39 | */ |
||
40 | 2 | public function handle(Closure $closure) |
|
61 |