File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55namespace SimpleSAML \OpenID \ValueAbstracts ;
66
7- use Traversable ;
8-
9- /**
10- * @implements \IteratorAggregate<non-empty-string,\SimpleSAML\OpenID\ValueAbstracts\TrustAnchorConfig>
11- */
12- class TrustAnchorConfigBag implements \IteratorAggregate
7+ class TrustAnchorConfigBag
138{
149 /**
1510 * @var array<non-empty-string,\SimpleSAML\OpenID\ValueAbstracts\TrustAnchorConfig>
@@ -73,13 +68,4 @@ public function getInCommonWith(TrustAnchorConfigBag $otherBag): TrustAnchorConf
7368 {
7469 return new self (...array_intersect_key ($ this ->getAll (), $ otherBag ->getAll ()));
7570 }
76-
77-
78- /**
79- * @return \ArrayIterator<string,\SimpleSAML\OpenID\ValueAbstracts\TrustAnchorConfig>
80- */
81- public function getIterator (): Traversable
82- {
83- return new \ArrayIterator ($ this ->getAll ());
84- }
8571}
You can’t perform that action at this time.
0 commit comments