Use {@inheritdoc} in the Comment data view ...

... instead of duplicating method documentation.

refs #8614
This commit is contained in:
Eric Lippmann 2015-03-11 10:43:19 +01:00
parent 5ed6838f50
commit 132ae9e44c
1 changed files with 2 additions and 6 deletions

View File

@ -9,9 +9,7 @@ namespace Icinga\Module\Monitoring\DataView;
class Comment extends DataView
{
/**
* Retrieve columns provided by this view
*
* @return array
* {@inheritdoc}
*/
public function getColumns()
{
@ -34,9 +32,7 @@ class Comment extends DataView
}
/**
* Retrieve default sorting rules for particular columns. These involve sort order and potential additional to sort
*
* @return array
* {@inheritdoc}
*/
public function getSortRules()
{