doc/lib: Use @inheritdoc in the DocIterator
This commit is contained in:
parent
322c6b582d
commit
07cfbe23ef
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue