Total Complexity | 12 |
Total Lines | 74 |
Duplicated Lines | 0 % |
Changes | 4 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
8 | trait PushingProcess |
||
9 | { |
||
10 | /** |
||
11 | * process handler |
||
12 | * |
||
13 | * @return mixed|string |
||
14 | */ |
||
15 | public function processHandler() |
||
53 | }); |
||
54 | } |
||
55 | |||
56 | /** |
||
57 | * error handler |
||
58 | * |
||
59 | * @param callable $callback |
||
60 | * @return mixed|string |
||
61 | */ |
||
62 | public function errorHandler(callable $callback) |
||
82 | } |
||
83 | } |