Skip to content

Commit ce88508

Browse files
arukompasgithub-actions[bot]
authored andcommitted
Fix styling
1 parent fd47bb7 commit ce88508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LogFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __construct(string $path, ?string $type = null, ?string $pathAli
3333
$this->type = $type;
3434
$this->displayPath = empty($pathAlias)
3535
? $path
36-
: $pathAlias . DIRECTORY_SEPARATOR . $this->name;
36+
: $pathAlias.DIRECTORY_SEPARATOR.$this->name;
3737

3838
// Let's remove the file name because we already know it.
3939
$this->subFolder = str_replace($this->name, '', $path);

0 commit comments

Comments
 (0)