| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class PlaybackFailed extends AbstractPlaybackDirective |
||
| 10 | { |
||
| 11 | public const TYPE = 'AudioPlayer.PlaybackFailed'; |
||
| 12 | |||
| 13 | 5 | public function __construct( |
|
| 24 | } |
||
| 25 | |||
| 26 | 5 | public static function create(string $requestId, string $timestamp, string $token, int $offsetInMilliseconds, string $locale, Error $error, CurrentPlaybackState $currentPlaybackState): self |
|
| 31 |