mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-10 06:23:05 -05:00
NodeTile: Fix incorrect phpDoc
This commit is contained in:
parent
26b0d921ea
commit
6f81fed8e7
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class NodeTile extends BaseHtmlElement
|
|||
* @param Renderer $renderer
|
||||
* @param $name
|
||||
* @param Node $node
|
||||
* @param null $path
|
||||
* @param ?array $path
|
||||
*/
|
||||
public function __construct(Renderer $renderer, Node $node, $path = null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue