Passed
Push — master ( 3770a6...fe55a7 )
by Ioannes
07:32
created
src/AsyncTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
         /** @var Command $command */
12 12
         $command = new self();
13 13
 
14
-        if(empty($logFile)) {
14
+        if (empty($logFile)) {
15 15
             $logFile = '/dev/null';
16 16
         } else {
17 17
             $logFile = $_ENV['APP_CMD_LOG_PATH'] . $logFile;
Please login to merge, or discard this patch.