Test Failed
Pull Request — master (#8)
by
unknown
03:34
created
src/QiniuAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
     public function write($path, $contents, Config $config)
58 58
     {
59 59
         $mime = 'application/octet-stream';
60
-        if($config->has('mime')) {
60
+        if ($config->has('mime')) {
61 61
             $mime = $config->get('mime');
62 62
         }
63 63
 
Please login to merge, or discard this patch.