Skip to content

Commit 7b6b8e0

Browse files
committed
Link to interface docs from implementations
1 parent 793bb8b commit 7b6b8e0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/Model/CollectionInfoCommandIterator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ class CollectionInfoCommandIterator extends IteratorIterator implements Collecti
99
/**
1010
* Return the current element as a CollectionInfo instance.
1111
*
12+
* @see CollectionInfoIterator::current()
13+
* @see http://php.net/iterator.current
1214
* @return CollectionInfo
1315
*/
1416
public function current()

src/Model/CollectionInfoLegacyIterator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ public function __construct(Traversable $iterator)
2929
/**
3030
* Return the current element as a CollectionInfo instance.
3131
*
32+
* @see CollectionInfoIterator::current()
33+
* @see http://php.net/iterator.current
3234
* @return CollectionInfo
3335
*/
3436
public function current()

0 commit comments

Comments
 (0)