Passed
Push — master ( 194915...1c01ff )
by Jon
03:52 queued 01:31
created
src/FlatPlan.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
                 'article/status/' . $articleId,
91 91
                 $this->getHeaders()
92 92
             );
93
-            $status   = json_decode((string) $response->getBody());
93
+            $status = json_decode((string) $response->getBody());
94 94
             return $status;
95 95
 
96 96
         } catch (\GuzzleHttp\Exception\BadResponseException $e) {
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 $explicitContent;
9 9
     protected $imageUrl;
10 10
 
11
-    protected $roles   = ['audio', 'music'];
11
+    protected $roles = ['audio', 'music'];
12 12
 
13 13
     /**
14 14
      * @param string $role
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 $explicitContent;
10 10
 
11
-    protected $roles   = ['video', 'embedwebvideo', 'embedvideo'];
11
+    protected $roles = ['video', 'embedwebvideo', 'embedvideo'];
12 12
 
13 13
     /**
14 14
      * @param string $role
Please login to merge, or discard this patch.
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 $explicitContent;
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 $role
Please login to merge, or discard this patch.