Add redundancy group detail view #199
Annotations
10 errors
PHPStan:
application/controllers/RedundancyGroupController.php#L34
Property Icinga\Module\Icingadb\Controllers\RedundancyGroupController::$groupId (string) does not accept mixed.
|
PHPStan:
application/controllers/RedundancyGroupController.php#L36
Property Icinga\Module\Icingadb\Controllers\RedundancyGroupController::$group (Icinga\Module\Icingadb\Model\RedundancyGroup) does not accept ipl\Orm\Model|null.
|
PHPStan:
application/controllers/RedundancyGroupController.php#L38
Parameter #2 $value of static method ipl\Stdlib\Filter::equal() expects array|bool|float|int|string, mixed given.
|
PHPStan:
application/controllers/RedundancyGroupController.php#L46
Method Icinga\Module\Icingadb\Controllers\RedundancyGroupController::indexAction() has no return type specified.
|
PHPStan:
library/Icingadb/Common/Database.php (in context of class Icinga/Module/Icingadb/Widget/ItemList/RedundancyGroupListItem)#L64
Argument of an invalid type array|null supplied for foreach, only iterables are supported.
|
PHPStan:
library/Icingadb/Common/StateBadges.php#L122
Cannot clone ipl\Web\Url|null.
|
PHPStan:
library/Icingadb/Common/StateBadges.php#L134
Cannot call method setFilter() on ipl\Web\Url|null.
|
PHPStan:
library/Icingadb/Common/StateBadges.php#L137
Parameter #2 $url of class ipl\Web\Widget\Link constructor expects ipl\Web\Url|string, ipl\Web\Url|null given.
|
PHPStan:
library/Icingadb/Data/CsvResultSet.php#L1
Ignored error pattern #^Parameter \#1 \$input of function array_values expects array, mixed given\.$# in path /home/runner/work/icingadb-web/icingadb-web/library/Icingadb/Data/CsvResultSet.php was not matched in reported errors.
|
PHPStan:
library/Icingadb/Data/CsvResultSetUtils.php (in context of class Icinga/Module/Icingadb/Data/CsvResultSet)#L96
Parameter #1 $input of function array_values expects array<T>, mixed given.
|
Loading