Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
20 | public function getContacts(): array |
||
21 | { |
||
22 | return [ |
||
23 | new Contact('Joe'), |
||
24 | new User('Bill', '[email protected]'), |
||
25 | ]; |
||
50 |