mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-27 17:49:35 -05:00
BpConfig::getNode(): Define exact return types in PhpDoc
- This fixes the IDE's issue `Call to an undefined method`, which is caused by the fact that the parent class `Node` does not contain all the methods defined in the child classes.
This commit is contained in:
parent
ae8e71106f
commit
598e9a1af0
1 changed files with 1 additions and 1 deletions
|
|
@ -631,7 +631,7 @@ class BpConfig
|
|||
|
||||
/**
|
||||
* @param string $name
|
||||
* @return Node
|
||||
* @return MonitoredNode|BpNode
|
||||
* @throws Exception
|
||||
*/
|
||||
public function getNode($name)
|
||||
|
|
|
|||
Loading…
Reference in a new issue