Total Complexity | 5 |
Total Lines | 44 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
18 | trait Reporting |
||
19 | { |
||
20 | /** |
||
21 | * @param int $period |
||
22 | * @return static |
||
23 | */ |
||
24 | public function register(int $period = 5) : self |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | */ |
||
31 | public function deregister() : void |
||
34 | } |
||
35 | |||
36 | /** |
||
37 | * @return array |
||
38 | */ |
||
39 | public function reporting() : array |
||
48 | ]; |
||
49 | } |
||
50 | |||
51 | /** |
||
52 | * @return string |
||
53 | */ |
||
54 | private function typed() : string |
||
64 |