| Total Complexity | 6 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 10 | class RuntimeErrorRequest extends AbstractRequest |
||
| 11 | { |
||
| 12 | public const TYPE = 'Alexa.Presentation.APL.RuntimeError'; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @param string|null $token The presentation token specified in the RenderDocument directive |
||
| 16 | * @param array $errors An array of reported errors |
||
| 17 | */ |
||
| 18 | 2 | public function __construct( |
|
| 23 | } |
||
| 24 | |||
| 25 | 2 | public static function fromAmazonRequest(array $amazonRequest): AbstractRequest |
|
| 37 | 2 | ); |
|
| 38 | } |
||
| 39 | |||
| 40 | 1 | public function validateTimestamp(): bool |
|
| 45 |