| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | 1 | public function __construct( |
|
| 12 | string $requestId = '', |
||
| 13 | string $timestamp = '', |
||
| 14 | string $token = '', |
||
| 15 | int $offsetInMilliseconds = 0, |
||
| 16 | string $locale = '' |
||
| 17 | ) { |
||
| 18 | 1 | parent::__construct($requestId, $timestamp, $token, $offsetInMilliseconds, $locale); |
|
| 19 | 1 | $this->type = self::TYPE; |
|
| 20 | } |
||
| 36 |