mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
CS fixes
This commit is contained in:
parent
64d653ad92
commit
1818b95149
26 changed files with 75 additions and 75 deletions
|
@ -458,7 +458,7 @@ EOT
|
|||
/**
|
||||
* Init styles for tree
|
||||
*
|
||||
* @param OutputInterface $output
|
||||
* @param OutputInterface $output
|
||||
*/
|
||||
protected function initStyles(OutputInterface $output)
|
||||
{
|
||||
|
@ -479,10 +479,10 @@ EOT
|
|||
/**
|
||||
* Display the tree
|
||||
*
|
||||
* @param PackageInterface|string $package
|
||||
* @param RepositoryInterface $installedRepo
|
||||
* @param RepositoryInterface $distantRepos
|
||||
* @param OutputInterface $output
|
||||
* @param PackageInterface|string $package
|
||||
* @param RepositoryInterface $installedRepo
|
||||
* @param RepositoryInterface $distantRepos
|
||||
* @param OutputInterface $output
|
||||
*/
|
||||
protected function displayPackageTree(PackageInterface $package, RepositoryInterface $installedRepo, RepositoryInterface $distantRepos, OutputInterface $output)
|
||||
{
|
||||
|
@ -524,14 +524,14 @@ EOT
|
|||
/**
|
||||
* Display a package tree
|
||||
*
|
||||
* @param string $name
|
||||
* @param PackageInterface|string $package
|
||||
* @param RepositoryInterface $installedRepo
|
||||
* @param RepositoryInterface $distantRepos
|
||||
* @param array $packagesInTree
|
||||
* @param OutputInterface $output
|
||||
* @param string $previousTreeBar
|
||||
* @param integer $level
|
||||
* @param string $name
|
||||
* @param PackageInterface|string $package
|
||||
* @param RepositoryInterface $installedRepo
|
||||
* @param RepositoryInterface $distantRepos
|
||||
* @param array $packagesInTree
|
||||
* @param OutputInterface $output
|
||||
* @param string $previousTreeBar
|
||||
* @param int $level
|
||||
*/
|
||||
protected function displayTree($name, $package, RepositoryInterface $installedRepo, RepositoryInterface $distantRepos, array $packagesInTree, OutputInterface $output, $previousTreeBar = '├', $level = 1)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue