Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 6 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
44 | 9 | public function setProperties(string $requestId, string $timestamp, string $token, int $offsetInMilliseconds, string $locale) |
|
45 | { |
||
46 | 9 | $this->requestId = $requestId; |
|
47 | 9 | $this->timestamp = $timestamp; |
|
48 | 9 | $this->token = $token; |
|
49 | 9 | $this->offsetInMilliseconds = $offsetInMilliseconds; |
|
50 | 9 | $this->locale = $locale; |
|
51 | } |
||
53 |