Passed
Push — master ( 04cf7a...5cb2ae )
by Jon
03:42
created
src/Components/Image.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
     protected $accessibilityCaption;
8 8
     protected $expicitContent;
9 9
 
10
-    protected $roles   = ['figure', 'image', 'logo', 'photo', 'portrait', 'galleryitem'];
10
+    protected $roles = ['figure', 'image', 'logo', 'photo', 'portrait', 'galleryitem'];
11 11
 
12 12
     /**
13 13
      * @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
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
     protected $accessibilityCaption;
9 9
     protected $expicitContent;
10 10
 
11
-    protected $roles   = ['video', 'embedwebvideo', 'embedvideo'];
11
+    protected $roles = ['video', 'embedwebvideo', 'embedvideo'];
12 12
 
13 13
     /**
14 14
      * @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
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
     protected $expicitContent;
9 9
     protected $imageUrl;
10 10
 
11
-    protected $roles   = ['audio', 'music'];
11
+    protected $roles = ['audio', 'music'];
12 12
 
13 13
     /**
14 14
      * @param string $url
Please login to merge, or discard this patch.