@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | protected $accessibilityCaption; |
9 | 9 | protected $explicitContent; |
10 | 10 | |
11 | - protected $roles = ['video', 'embedwebvideo', 'embedvideo']; |
|
11 | + protected $roles = ['video', 'embedwebvideo', 'embedvideo']; |
|
12 | 12 | |
13 | 13 | /** |
14 | 14 | * @param string $role |
@@ -90,7 +90,7 @@ discard block |
||
90 | 90 | $component->aspectRatio = $this->getAspectRatio(); |
91 | 91 | $component->caption = $this->getCaption(); |
92 | 92 | $component->accessibilityCaption = $this->getAccessibilityCaption(); |
93 | - $component->explicitContent = $this->getExplicitContent(); |
|
93 | + $component->explicitContent = $this->getExplicitContent(); |
|
94 | 94 | return $component; |
95 | 95 | } |
96 | 96 | } |