Completed
Push — master ( a7e7b0...b568cf )
by juan
02:29
created
src/Juanber84/Services/DownloadService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,8 @@
 block discarded – undo
15 15
             $content = file_get_contents($pathExec."/newdep");
16 16
             file_put_contents($pathExec."/dep", $content);
17 17
             unlink($pathExec.'/newdep');
18
-            chmod($pathExec."/dep",0755);
19
-        } catch (\Exception $e){
18
+            chmod($pathExec."/dep", 0755);
19
+        } catch (\Exception $e) {
20 20
             return false;
21 21
         }
22 22
 
Please login to merge, or discard this patch.