Test Failed
Pull Request — master (#9)
by
unknown
02:45
created
src/Bex/Behat/StepTimeLoggerExtension/Service/OutputPrinter/Csv.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
 
68 68
         fclose($file);
69 69
 
70
-        $this->output->writeln('Step time log has been saved. Open at '.$filePath);
70
+        $this->output->writeln('Step time log has been saved. Open at ' . $filePath);
71 71
     }
72 72
 
73 73
     /**
@@ -78,6 +78,6 @@  discard block
 block discarded – undo
78 78
         $fileName = sprintf(self::FILE_NAME_PATTERN, time());
79 79
         $path = rtrim($this->outputDirectory, DIRECTORY_SEPARATOR);
80 80
 
81
-        return empty($path) ? $fileName : $path.DIRECTORY_SEPARATOR.$fileName;
81
+        return empty($path) ? $fileName : $path . DIRECTORY_SEPARATOR . $fileName;
82 82
     }
83 83
 }
Please login to merge, or discard this patch.