commit
b4ff2032cf
|
@ -320,7 +320,7 @@ EOF;
|
||||||
}
|
}
|
||||||
|
|
||||||
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