| Total Complexity | 3 | 
| Total Lines | 19 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 7 | class ManifestRequest implements RequestInterface | ||
| 8 | { | ||
| 9 | public function __construct(Authentication $authentication, \DateTime $date) | ||
| 10 |     { | ||
| 11 | $this->authentication = $authentication; | ||
|  | |||
| 12 | $this->date = $date; | ||
| 13 | } | ||
| 14 | |||
| 15 | public function toArray(): array | ||
| 20 | ); | ||
| 21 | } | ||
| 22 | |||
| 23 | public function getCountry(): string | ||
| 26 | } | ||
| 27 | } |