Commit 7b6b8e0a authored by Jeremy Mikola's avatar Jeremy Mikola

Link to interface docs from implementations

parent 793bb8bf
......@@ -9,6 +9,8 @@ class CollectionInfoCommandIterator extends IteratorIterator implements Collecti
/**
* Return the current element as a CollectionInfo instance.
*
* @see CollectionInfoIterator::current()
* @see http://php.net/iterator.current
* @return CollectionInfo
*/
public function current()
......
......@@ -29,6 +29,8 @@ class CollectionInfoLegacyIterator extends FilterIterator implements CollectionI
/**
* Return the current element as a CollectionInfo instance.
*
* @see CollectionInfoIterator::current()
* @see http://php.net/iterator.current
* @return CollectionInfo
*/
public function current()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment