mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
CS fixes
This commit is contained in:
parent
ef1f8a605f
commit
ef637c8f1a
11 changed files with 17 additions and 16 deletions
|
@ -312,6 +312,7 @@ EOF;
|
|||
// path starts with vendor dir
|
||||
return $vendorPath . substr($path, strlen($relVendorPath));
|
||||
}
|
||||
|
||||
return strtr(getcwd(), '\\', '/').'/'.$path;
|
||||
}
|
||||
|
||||
|
@ -407,6 +408,7 @@ REGISTER_AUTOLOAD;
|
|||
$file .= <<<METHOD_FOOTER
|
||||
\$loader->register();
|
||||
$filesCode
|
||||
|
||||
return \$loader;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue