Total Complexity | 4 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | final class WorkingHours implements Arrayable |
||
22 | { |
||
23 | use DataAware; |
||
24 | use TimeIntervalAware; |
||
25 | |||
26 | public function getDayNumber(): ?int |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @return Lunch[]|null |
||
33 | */ |
||
34 | public function getLunches() |
||
37 | } |
||
38 | |||
39 | private function getBeginValue() |
||
42 | } |
||
43 | |||
44 | private function getEndValue() |
||
49 |
This check looks for private methods that have been defined, but are not used inside the class.