1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00
This commit is contained in:
Jordi Boggiano 2012-05-28 01:58:49 +02:00
parent 8c16c1bbef
commit d21032ace5
11 changed files with 2 additions and 13 deletions

View file

@ -12,7 +12,6 @@
namespace Composer\DependencyResolver\Operation;
/**
* Solver operation interface.
*

View file

@ -107,7 +107,6 @@ class RuleSet implements \IteratorAggregate, \Countable
return new RuleSetIterator($rules);
}
public function getIteratorWithout($types)
{
if (!is_array($types)) {