mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-10 23:22:53 -05:00
Renderer::renderStateBadges(): Return type can be null
This commit is contained in:
parent
ab8fe2aca6
commit
26b0d921ea
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ abstract class Renderer extends HtmlDocument
|
|||
|
||||
/**
|
||||
* @param $summary
|
||||
* @return BaseHtmlElement
|
||||
* @return ?BaseHtmlElement
|
||||
*/
|
||||
public function renderStateBadges($summary, $totalChildren)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue