DataView\Command: Fix method documentation

This commit is contained in:
Johannes Meyer 2015-08-17 14:03:05 +02:00
parent fa38998e3d
commit 172cf6b3c6
1 changed files with 1 additions and 3 deletions

View File

@ -9,9 +9,7 @@ namespace Icinga\Module\Monitoring\DataView;
class Command extends DataView class Command extends DataView
{ {
/** /**
* Retrieve columns provided by this view * {@inheritdoc}
*
* @return array
*/ */
public function getColumns() public function getColumns()
{ {