Skip to content

Commit 5c8bbba

Browse files
committed
fixing cs
1 parent 6c1d168 commit 5c8bbba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Test/MakerTestEnvironment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ private function __construct(MakerTestDetails $testDetails)
5656
$this->cachePath = realpath($cachePath);
5757
$this->flexPath = $this->cachePath.'/flex_project';
5858

59-
$this->path = $this->cachePath.DIRECTORY_SEPARATOR.$testDetails->getUniqueCacheDirectoryName();
59+
$this->path = $this->cachePath.\DIRECTORY_SEPARATOR.$testDetails->getUniqueCacheDirectoryName();
6060

61-
$this->snapshotFile = $this->path.DIRECTORY_SEPARATOR.basename($this->path).'.json';
61+
$this->snapshotFile = $this->path.\DIRECTORY_SEPARATOR.basename($this->path).'.json';
6262
}
6363

6464
public static function create(MakerTestDetails $testDetails): self

0 commit comments

Comments
 (0)