Completed
Pull Request — master (#130)
by
unknown
07:37
created
src/Storage/FlysystemStorage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
     {
55 55
         try {
56 56
             return $this->filesystem->delete($key);
57
-        } catch (FileNotFoundException $ex){
57
+        } catch (FileNotFoundException $ex) {
58 58
             return true;
59 59
         }
60 60
     }
Please login to merge, or discard this patch.