mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
Use {@inheritdoc} in the Comment data view ...
... instead of duplicating method documentation. refs #8614
This commit is contained in:
parent
5ed6838f50
commit
132ae9e44c
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user