Store roles in database #25
Annotations
10 errors
PHPStan:
application/controllers/ConfigController.php#L138
Parameter #1 $query of method Icinga\Web\Controller::setupPaginationControl() expects Icinga\Data\QueryInterface, null given.
|
PHPStan:
application/controllers/ListController.php#L56
Parameter #1 $query of method Icinga\Web\Controller::setupPaginationControl() expects Icinga\Data\QueryInterface, null given.
|
PHPStan:
application/controllers/RoleController.php#L74
Parameter #1 $query of method Icinga\Web\Controller::setupPaginationControl() expects Icinga\Data\QueryInterface, null given.
|
PHPStan:
application/forms/Security/RoleDbForm.php#L31
Parameter #1 $db of static method ipl\Orm\Model::on() expects ipl\Sql\Connection, ipl\Sql\Connection|null given.
|
PHPStan:
application/forms/Security/RoleDbForm.php#L41
Cannot cast mixed to int.
|
PHPStan:
application/forms/Security/RoleDbForm.php#L50
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
|
PHPStan:
application/forms/Security/RoleDbForm.php#L51
Cannot access property $user_name on mixed.
|
PHPStan:
application/forms/Security/RoleDbForm.php#L54
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
|
PHPStan:
application/forms/Security/RoleDbForm.php#L55
Cannot access property $group_name on mixed.
|
PHPStan:
application/forms/Security/RoleDbForm.php#L58
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
|
Loading