mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
CS fixes
This commit is contained in:
parent
c29f20964e
commit
8cfbe7023d
6 changed files with 6 additions and 8 deletions
|
@ -14,7 +14,6 @@ namespace Composer\Command;
|
|||
|
||||
use Composer\DependencyResolver\Pool;
|
||||
use Composer\DependencyResolver\DefaultPolicy;
|
||||
use Composer\Factory;
|
||||
use Composer\Package\CompletePackageInterface;
|
||||
use Composer\Package\Version\VersionParser;
|
||||
use Composer\Plugin\CommandEvent;
|
||||
|
@ -87,6 +86,7 @@ EOT
|
|||
|
||||
if ($input->getOption('tree') && ($input->getOption('all') || $input->getOption('available'))) {
|
||||
$io->writeError('The --tree (-t) option is not usable in combination with --all or --available (-a)');
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue