monitoring: Fix PHPDoc for MonitoringBackend::from()
This commit is contained in:
parent
08795e7cf4
commit
405e18a46f
|
@ -251,7 +251,7 @@ class MonitoringBackend implements Selectable, Queryable, ConnectionInterface
|
|||
* @param string $name
|
||||
* @param array $columns
|
||||
*
|
||||
* @return DataView
|
||||
* @return \Icinga\Module\Monitoring\DataView\DataView
|
||||
*/
|
||||
public function from($name, array $columns = null)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue