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.
1 parent 8fad103 commit d993cd0Copy full SHA for d993cd0
src/product/behavior/BehaviorCollectionInterface.php
@@ -7,10 +7,13 @@
7
use hiqdev\php\billing\product\trait\HasLockInterface;
8
use Traversable;
9
10
+/**
11
+ * @extends \IteratorAggregate<int, BehaviorInterface>
12
+ */
13
interface BehaviorCollectionInterface extends \IteratorAggregate, HasLockInterface
14
{
15
/**
- * @return Traversable<BehaviorInterface>
16
+ * @return Traversable<int, BehaviorInterface>
17
*/
18
public function getIterator(): Traversable;
19
0 commit comments