Store roles in database #33
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/NavigationController.php#L1
Ignored error pattern #^Cannot call method getLabel\(\) on Icinga\\Web\\Navigation\\NavigationItem\|null\.$# in path /home/runner/work/icingaweb2/icingaweb2/application/controllers/NavigationController.php was not matched in reported errors.
|
PHPStan:
application/controllers/RoleController.php#L133
Parameter #1 $query of method Icinga\Web\Controller::setupPaginationControl() expects Icinga\Data\QueryInterface, null given.
|
PHPStan:
application/controllers/StaticController.php#L1
Ignored error pattern #^Parameter \#1 \$filename of function readfile expects string, string\|false given\.$# in path /home/runner/work/icingaweb2/icingaweb2/application/controllers/StaticController.php was not matched in reported errors.
|
PHPStan:
application/controllers/StaticController.php#L1
Ignored error pattern #^Parameter \#1 \$filename of function stat expects string, string\|false given\.$# in path /home/runner/work/icingaweb2/icingaweb2/application/controllers/StaticController.php was not matched in reported errors.
|
PHPStan:
application/forms/Security/RoleDbForm.php#L32
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#L40
Cannot cast mixed to int.
|
PHPStan:
application/forms/Security/RoleDbForm.php#L49
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
|
PHPStan:
application/forms/Security/RoleDbForm.php#L50
Cannot access property $user_name on mixed.
|
Loading