File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,9 @@ public function __construct($projectPath, $reportFolder = null) {
73
73
if ($ reportFolder !== false ) {
74
74
$ this ->reportFolder = $ reportFolder ;
75
75
} else {
76
- $ this ->reportFolder = PHP7MAR_DIR .DIRECTORY_SEPARATOR .'reports ' . DIRECTORY_SEPARATOR ;
76
+ $ this ->reportFolder = PHP7MAR_DIR .DIRECTORY_SEPARATOR .'reports ' ;
77
77
}
78
- $ this ->fullFilePath = $ this ->reportFolder .date ('Y-m-d H.i.s ' ).basename ($ this ->projectPath , '.php ' ).".md " ;
78
+ $ this ->fullFilePath = $ this ->reportFolder .DIRECTORY_SEPARATOR . date ('Y-m-d H.i.s ' ).basename ($ this ->projectPath , '.php ' ).".md " ;
79
79
80
80
$ this ->file = fopen ($ this ->fullFilePath , 'w+ ' );
81
81
register_shutdown_function ([$ this , 'onShutdown ' ]);
@@ -161,4 +161,4 @@ public function onShutdown() {
161
161
fclose ($ this ->file );
162
162
}
163
163
}
164
- ?>
164
+ ?>
You can’t perform that action at this time.
0 commit comments