Passed
Push — develop ( a2aeae...9ee07e )
by Daniel
05:41
created
src/Uploader/FileUploader.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
         if ($currentFile) {
82 82
             try{
83 83
                 $this->unlinkFile(new File($currentFile));
84
-            }catch(FileNotFoundException $e){}
84
+            } catch(FileNotFoundException $e){}
85 85
         }
86 86
         // Old file removed, let's update!
87 87
         $moveToDir = sprintf('%s/%s', $this->rootPath, $entity->getDir());
Please login to merge, or discard this patch.