Total Complexity | 1 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
20 | class DefaultStartMessage |
||
21 | { |
||
22 | const MSG = 'Started call to %s at %s'; |
||
23 | const FORMAT = 'Y-m-d H:i:s'; |
||
24 | |||
25 | /** |
||
26 | * @param TimerInterface $timer The timer to format |
||
27 | * @param RequestInterface $request The request for the timer |
||
28 | * |
||
29 | * @return string |
||
30 | */ |
||
31 | public function __invoke( |
||
42 |