Passed
Push — master ( e76090...02a7be )
by El
04:38 queued 01:15
created
lib/Data/GoogleCloudStorage.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,8 +65,7 @@
 block discarded – undo
65 65
         }
66 66
 
67 67
         $this->_client = class_exists('StorageClientStub', false) ?
68
-            new \StorageClientStub(array()) :
69
-            new StorageClient(array('suppressKeyFileNotice' => true));
68
+            new \StorageClientStub(array()) : new StorageClient(array('suppressKeyFileNotice' => true));
70 69
         if (isset($bucket)) {
71 70
             $this->_bucket = $this->_client->bucket($bucket);
72 71
         }
Please login to merge, or discard this patch.