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 05e2586 commit cca1033Copy full SHA for cca1033
src/Configuration/MultiCsFileLoader.php
@@ -21,7 +21,7 @@ final class MultiCsFileLoader
21
22
public function __construct(string $multiCsJsonFile = null)
23
{
24
- $this->multiCsJsonFile = $multiCsJsonFile ?: getcwd().'/multi-cs.json';
+ $this->multiCsJsonFile = $multiCsJsonFile ?: getcwd().DIRECTORY_SEPARATOR.'multi-cs.json';
25
}
26
27
public function load() : array
0 commit comments