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