Passed
Push — master ( 763f00...f80586 )
by Jon
07:57
created
src/Components/Image.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
     private $accessibilityCaption;
9 9
     private $expicitContent;
10 10
 
11
-    protected $roles   = ['figure', 'image', 'logo', 'photo', 'portrait', 'galleryitem'];
11
+    protected $roles = ['figure', 'image', 'logo', 'photo', 'portrait', 'galleryitem'];
12 12
 
13 13
     /**
14 14
      * @param string $url
Please login to merge, or discard this patch.
src/Components/Video.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
     private $accessibilityCaption;
10 10
     private $expicitContent;
11 11
 
12
-    protected $roles   = ['video', 'embedwebvideo', 'embedvideo'];
12
+    protected $roles = ['video', 'embedwebvideo', 'embedvideo'];
13 13
 
14 14
     /**
15 15
      * @param string $url
Please login to merge, or discard this patch.
src/Components/Audio.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
     private $expicitContent;
10 10
     private $imageUrl;
11 11
 
12
-    protected $roles   = ['audio', 'music'];
12
+    protected $roles = ['audio', 'music'];
13 13
 
14 14
     /**
15 15
      * @param string $url
Please login to merge, or discard this patch.