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 fd088ac commit 89d5708Copy full SHA for 89d5708
src/Test/MakerTestDetails.php
@@ -179,9 +179,7 @@ public function getUniqueCacheDirectoryName(): string
179
{
180
// for cache purposes, only the dependencies are important
181
// shortened to avoid long paths on Windows
182
- $dirName = 'maker_'.substr(md5(serialize($this->getDependencies())), 0, 10);
183
-
184
- return $dirName;
+ return 'maker_'.substr(md5(serialize($this->getDependencies())), 0, 10);
185
}
186
187
public function getPreMakeCommands(): array
0 commit comments