Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
42 | public function getContactsIterator(): ArrayResult |
||
43 | { |
||
44 | return new ArrayResult([ |
||
|
|||
45 | new Contact('Joe'), |
||
46 | new User('Bill', '[email protected]'), |
||
47 | ]); |
||
50 |