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 c77a30d commit 4089673Copy full SHA for 4089673
1 file changed
docs/recipes/php-cs-fixer/PrettierPHPFixer.php
@@ -83,7 +83,7 @@ private function getTmpFile(SplFileInfo $file): string {
83
$fileSys->mkdir($tmpFolderPath);
84
85
$tmpFileName = str_replace(
86
- DIRECTORY_SEPARATOR,
+ array(DIRECTORY_SEPARATOR, ':'),
87
'_',
88
$file->getRealPath()
89
);
0 commit comments