8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b51083b + cb917ec commit cf8893fCopy full SHA for cf8893f
src/RequirementCollection.php
@@ -16,23 +16,13 @@
16
*
17
* @author Tobias Schultze <http://tobion.de>
18
*/
19
-class RequirementCollection implements \IteratorAggregate
+class RequirementCollection
20
{
21
/**
22
* @var Requirement[]
23
24
private $requirements = array();
25
26
- /**
27
- * Gets the current RequirementCollection as an Iterator.
28
- *
29
- * @return \Traversable A Traversable interface
30
- */
31
- public function getIterator()
32
- {
33
- return new \ArrayIterator($this->requirements);
34
- }
35
-
36
37
* Adds a Requirement.
38
0 commit comments