Passed
Push — master ( 1a1cd5...cc6d2c )
by frey
05:06
created
src/Plugins/CloudInfinite.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
     {
29 29
         $adapter = $this->filesystem->getAdapter();
30 30
 
31
-        $url = 'https://' . $adapter->getPicturePath($objectKey) . '?image_process';
31
+        $url = 'https://'.$adapter->getPicturePath($objectKey).'?image_process';
32 32
 
33 33
         $response = $adapter->getHttpClient()->post($url, [
34 34
             'http_errors' => false,
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
         $result = null;
81 81
 
82 82
         if (is_object($obj)) {
83
-            $obj = (array)$obj;
83
+            $obj = (array) $obj;
84 84
         }
85 85
 
86 86
         if (is_array($obj)) {
Please login to merge, or discard this patch.