Completed
Push — master ( de59f1...27fd57 )
by Tyler
02:43
created
src/Deploy.php 2 patches
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -130,8 +130,7 @@
 block discarded – undo
130 130
             }
131 131
 
132 132
             $this->log('Deployment successful.');
133
-        }
134
-        catch (Exception $e)
133
+        } catch (Exception $e)
135 134
         {
136 135
             $this->log($e, 'ERROR');
137 136
         }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
         $this->directory = realpath($directory).DIRECTORY_SEPARATOR;
49 49
 
50 50
         // Logger
51
-        if(!$log instanceof Logger)
51
+        if (!$log instanceof Logger)
52 52
         {
53 53
             $log = new Logger('Deployment');
54 54
         }
Please login to merge, or discard this patch.