Total Complexity | 4 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 50% |
Changes | 0 |
1 | <?php |
||
9 | final class ClassNameCachedFoundEvent implements GacelaEventInterface |
||
10 | { |
||
11 | public function __construct( |
||
15 | 2 | } |
|
16 | |||
17 | public function cacheKey(): string |
||
18 | { |
||
19 | return $this->cacheKey; |
||
20 | } |
||
21 | |||
22 | public function className(): string |
||
25 | } |
||
26 | |||
27 | public function toString(): string |
||
34 | ); |
||
35 | } |
||
37 |