mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
CS fixes
This commit is contained in:
parent
6f6228fb1d
commit
8d0b7f278e
53 changed files with 122 additions and 124 deletions
|
@ -317,7 +317,7 @@ EOF;
|
|||
}
|
||||
}
|
||||
|
||||
if (preg_match('/\.phar$/', $path)){
|
||||
if (preg_match('/\.phar$/', $path)) {
|
||||
$baseDir = "'phar://' . " . $baseDir;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue