mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
CS fixes
This commit is contained in:
parent
8c16c1bbef
commit
d21032ace5
11 changed files with 2 additions and 13 deletions
|
@ -12,7 +12,6 @@
|
|||
|
||||
namespace Composer\DependencyResolver\Operation;
|
||||
|
||||
|
||||
/**
|
||||
* Solver operation interface.
|
||||
*
|
||||
|
|
|
@ -107,7 +107,6 @@ class RuleSet implements \IteratorAggregate, \Countable
|
|||
return new RuleSetIterator($rules);
|
||||
}
|
||||
|
||||
|
||||
public function getIteratorWithout($types)
|
||||
{
|
||||
if (!is_array($types)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue