Event rule config enhancement #7
Annotations
10 errors
PHPStan:
application/controllers/EventRuleController.php#L54
Parameter #1 $key of method Icinga\Web\Session\SessionNamespace::get() expects string, mixed given.
|
PHPStan:
application/controllers/EventRuleController.php#L59
Cannot cast mixed to int.
|
PHPStan:
application/controllers/EventRuleController.php#L64
Parameter #1 $config of class Icinga\Module\Notifications\Forms\EventRuleConfigForm constructor expects array<string, mixed>, mixed given.
|
PHPStan:
application/controllers/EventRuleController.php#L69
Parameter #1 $values of method Icinga\Module\Notifications\Forms\EventRuleConfigForm::populate() expects iterable<string, mixed>, mixed given.
|
PHPStan:
application/controllers/EventRuleController.php#L72
Parameter #1 $id of method Icinga\Module\Notifications\Forms\EventRuleConfigForm::addOrUpdateRule() expects string, mixed given.
|
PHPStan:
application/controllers/EventRuleController.php#L72
Parameter #2 $config of method Icinga\Module\Notifications\Forms\EventRuleConfigForm::addOrUpdateRule() expects array<string, mixed>, mixed given.
|
PHPStan:
application/controllers/EventRuleController.php#L73
Parameter #1 $key of method Icinga\Web\Session\SessionNamespace::delete() expects string, mixed given.
|
PHPStan:
application/controllers/EventRuleController.php#L74
Cannot access offset 'name' on mixed.
|
PHPStan:
application/controllers/EventRuleController.php#L74
Parameter #2 ...$values of function sprintf expects bool|float|int|string|null, mixed given.
|
PHPStan:
application/controllers/EventRuleController.php#L75
Cannot cast mixed to int.
|
Loading