Test Setup Failed
Push — master ( 525136...22e264 )
by Xu
38:18
created
src/filesystem/Cache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
     {
71 71
         $contents = $this->getForStorage();
72 72
 
73
-        if (! is_null($this->expire)) {
73
+        if (!is_null($this->expire)) {
74 74
             $this->cache->set($this->key, $contents, $this->expire);
75 75
         } else {
76 76
             $this->cache->set($this->key, $contents);
Please login to merge, or discard this patch.
src/filesystem/adapters/CosV4FilesystemAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,6 +84,6 @@
 block discarded – undo
84 84
         ];
85 85
         $cosApi = new Api($config);
86 86
 
87
-        return new \Freyo\Flysystem\QcloudCOSv4\Adapter($cosApi,$config);
87
+        return new \Freyo\Flysystem\QcloudCOSv4\Adapter($cosApi, $config);
88 88
     }
89 89
 }
Please login to merge, or discard this patch.