Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Lines | 7 |
Ratio | 100 % |
Tests | 6 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
40 | 20 | View Code Duplication | public function __construct(PagerInterface $pager, ObjectPersisterInterface $objectPersister, array $objects, array $options) |
41 | { |
||
42 | 20 | $this->pager = $pager; |
|
43 | 20 | $this->objectPersister = $objectPersister; |
|
44 | 20 | $this->objects = $objects; |
|
45 | 20 | $this->options = $options; |
|
46 | 20 | } |
|
47 | |||
71 |