DataView\Command: Fix method documentation
This commit is contained in:
parent
fa38998e3d
commit
172cf6b3c6
|
@ -9,9 +9,7 @@ namespace Icinga\Module\Monitoring\DataView;
|
|||
class Command extends DataView
|
||||
{
|
||||
/**
|
||||
* Retrieve columns provided by this view
|
||||
*
|
||||
* @return array
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getColumns()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue