| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | public function __construct(Authentication $authentication, array $trackingNumbers, string $printType, string $printFormat) |
||
| 14 | { |
||
| 15 | parent::__construct($authentication); |
||
| 16 | |||
| 17 | $this->trackingNumbers = $trackingNumbers; |
||
| 18 | $this->printInfo = [ |
||
| 19 | 'type' => $printType, |
||
| 20 | 'format' => $printFormat |
||
| 21 | ]; |
||
| 37 |