Skip to content

Commit

Permalink
DependencyNodeStatistics: Remove type hint for summary propery
Browse files Browse the repository at this point in the history
  • Loading branch information
raviks789 committed Oct 30, 2024
1 parent 55b9ac6 commit baa46d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions library/Icingadb/Widget/DependencyNodeStatistics.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,16 @@
namespace Icinga\Module\Icingadb\Widget;

use Icinga\Chart\Donut;
use Icinga\Module\Icingadb\Model\RedundancyGroupSummary;
use Icinga\Module\Icingadb\Widget\Detail\ObjectStatistics;
use ipl\Html\Text;
use ipl\Html\ValidHtml;
use ipl\Html\HtmlString;

/**e
/**
* Dependency node statistics
*/
class DependencyNodeStatistics extends ObjectStatistics
{
/** @var RedundancyGroupSummary Dependency node summary*/
protected $summary;

public function __construct($summary)
Expand Down

0 comments on commit baa46d7

Please sign in to comment.