Conditions | 2 |
Paths | 2 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 6 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
35 | protected function attachData(RequestInterface $request) |
||
36 | { |
||
37 | if ($this->includeStatistics) { |
||
38 | $request->addData('includeStatistics', $this->includeStatistics); |
||
39 | } |
||
40 | $request->addData('firstSettlementDate', $this->firstSettlementDate); |
||
41 | $request->addData('lastSettlementDate', $this->lastSettlementDate); |
||
42 | } |
||
44 |