We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd47bb7 commit ce88508Copy full SHA for ce88508
src/LogFile.php
@@ -33,7 +33,7 @@ public function __construct(string $path, ?string $type = null, ?string $pathAli
33
$this->type = $type;
34
$this->displayPath = empty($pathAlias)
35
? $path
36
- : $pathAlias . DIRECTORY_SEPARATOR . $this->name;
+ : $pathAlias.DIRECTORY_SEPARATOR.$this->name;
37
38
// Let's remove the file name because we already know it.
39
$this->subFolder = str_replace($this->name, '', $path);
0 commit comments