doc/lib: Use @inheritdoc in the DocIterator

This commit is contained in:
Eric Lippmann 2015-02-10 17:03:15 +01:00
parent 322c6b582d
commit 07cfbe23ef

View File

@ -19,7 +19,7 @@ class DocIterator implements Countable, IteratorAggregate
/** /**
* Ordered files * Ordered files
* *
* @var array * @type array
*/ */
protected $fileInfo; protected $fileInfo;
@ -46,8 +46,7 @@ class DocIterator implements Countable, IteratorAggregate
} }
/** /**
* (non-PHPDoc) * {@inheritdoc}
* @see Countable::count()
*/ */
public function count() public function count()
{ {
@ -55,8 +54,7 @@ class DocIterator implements Countable, IteratorAggregate
} }
/** /**
* (non-PHPDoc) * {@inheritdoc}
* @see IteratorAggregate::getIterator()
*/ */
public function getIterator() public function getIterator()
{ {