1
0
Fork 0

Merge pull request #1856 from jbboehr/patch-1

Update AutoloadGenerator.php
pull/1857/merge
Jordi Boggiano 2013-05-03 01:42:09 -07:00
commit b4ff2032cf
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ EOF;
}
if (preg_match('/\.phar$/', $path)){
$baseDir = "'phar://' . '" . $baseDir;
$baseDir = "'phar://' . " . $baseDir;
}
return $baseDir.var_export($path, true);