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