Skip to content

Commit 53e3d77

Browse files
committed
Use periods instead for Windows users.
1 parent 154d1b3 commit 53e3d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/reporter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function __construct($projectPath, $reportFolder = null) {
7575
} else {
7676
$this->reportFolder = PHP7MAR_DIR.DIRECTORY_SEPARATOR.'reports'.DIRECTORY_SEPARATOR;
7777
}
78-
$this->fullFilePath = $this->reportFolder.date('Y-m-d H:i:s ').basename($this->projectPath, '.php').".md";
78+
$this->fullFilePath = $this->reportFolder.date('Y-m-d H.i.s ').basename($this->projectPath, '.php').".md";
7979

8080
$this->file = fopen($this->fullFilePath, 'w+');
8181
register_shutdown_function([$this, 'onShutdown']);

0 commit comments

Comments
 (0)