Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 7 |
Ratio | 100 % |
Tests | 6 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
30 | 11 | View Code Duplication | public function __construct(PagerInterface $pager, ObjectPersisterInterface $objectPersister, array $objects, array $options) |
31 | { |
||
32 | 11 | $this->pager = $pager; |
|
33 | 11 | $this->objectPersister = $objectPersister; |
|
34 | 11 | $this->objects = $objects; |
|
35 | 11 | $this->options = $options; |
|
36 | 11 | } |
|
37 | |||
69 | } |