Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | 6 | protected function setRequestData(array $amazonRequest): void |
|
17 | { |
||
18 | 6 | $this->requestId = $amazonRequest['requestId']; |
|
19 | 6 | $this->setTime('timestamp', $amazonRequest['timestamp']); |
|
20 | 6 | $this->locale = $amazonRequest['locale']; |
|
21 | 6 | $this->token = PropertyHelper::checkNullValueString($amazonRequest, 'token'); |
|
22 | } |
||
24 |