mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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
|
* 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()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user