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