mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
Fixed PSR rules
This commit is contained in:
parent
330f56c0ec
commit
f4e9dd4fb8
22 changed files with 23 additions and 28 deletions
|
@ -147,6 +147,7 @@ class InstallerInstallerMock extends InstallerInstaller
|
|||
public function getInstallPath(PackageInterface $package)
|
||||
{
|
||||
$version = $package->getVersion();
|
||||
|
||||
return __DIR__.'/Fixtures/installer-v'.$version[0].'/';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue