Passed
Push — master ( 9a31c8...63c7d9 )
by Jon
02:01
created
src/Components/Video.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.