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
1 changed files with 3 additions and 5 deletions

View File

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