Fix CS
parent
95a6be2396
commit
87a42c2f01
|
@ -309,8 +309,8 @@ EOF;
|
||||||
$baseDir = '$vendorDir . ';
|
$baseDir = '$vendorDir . ';
|
||||||
}
|
}
|
||||||
|
|
||||||
if(preg_match('/\.phar$/', $path)){
|
if (preg_match('/\.phar$/', $path)){
|
||||||
$baseDir = '"phar://" . ' . $baseDir;
|
$baseDir = "'phar://' . '" . $baseDir;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $baseDir.var_export($path, true);
|
return $baseDir.var_export($path, true);
|
||||||
|
|
Loading…
Reference in New Issue