Skip to content

Add redundancy group detail view #200

Add redundancy group detail view

Add redundancy group detail view #200

Triggered via pull request November 11, 2024 10:52
Status Success
Total duration 1m 56s
Artifacts

phpstan.yml

on: pull_request
Matrix: phpstan / phpstan
Fit to window
Zoom out
Zoom in

Annotations

70 errors
phpstan / Static analysis with phpstan and php 8.3 on ubuntu-latest: application/clicommands/MigrateCommand.php#L512
Parameter #1 $string of static method ipl\Web\Filter\QueryString::parse() expects string, mixed given.
phpstan / Static analysis with phpstan and php 8.3 on ubuntu-latest: application/clicommands/MigrateCommand.php#L635
Parameter #1 $string of static method ipl\Web\Filter\QueryString::parse() expects string, mixed given.
phpstan / Static analysis with phpstan and php 8.3 on ubuntu-latest: application/clicommands/MigrateCommand.php#L786
Method Icinga\Module\Icingadb\Clicommands\MigrateCommand::readFromIni() should return Icinga\Application\Config but returns mixed.
phpstan / Static analysis with phpstan and php 8.2 on ubuntu-latest: application/clicommands/MigrateCommand.php#L512
Parameter #1 $string of static method ipl\Web\Filter\QueryString::parse() expects string, mixed given.
phpstan / Static analysis with phpstan and php 8.2 on ubuntu-latest: application/clicommands/MigrateCommand.php#L635
Parameter #1 $string of static method ipl\Web\Filter\QueryString::parse() expects string, mixed given.
phpstan / Static analysis with phpstan and php 8.2 on ubuntu-latest: application/clicommands/MigrateCommand.php#L786
Method Icinga\Module\Icingadb\Clicommands\MigrateCommand::readFromIni() should return Icinga\Application\Config but returns mixed.
phpstan / Static analysis with phpstan and php 7.3 on ubuntu-latest: application/controllers/RedundancyGroupController.php#L34
Property Icinga\Module\Icingadb\Controllers\RedundancyGroupController::$groupId (string) does not accept mixed.
phpstan / Static analysis with phpstan and php 7.3 on ubuntu-latest: 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 / Static analysis with phpstan and php 7.3 on ubuntu-latest: application/controllers/RedundancyGroupController.php#L38
Parameter #2 $value of static method ipl\Stdlib\Filter::equal() expects array|bool|float|int|string, mixed given.
phpstan / Static analysis with phpstan and php 7.3 on ubuntu-latest: application/controllers/RedundancyGroupController.php#L46
Method Icinga\Module\Icingadb\Controllers\RedundancyGroupController::indexAction() has no return type specified.
phpstan / Static analysis with phpstan and php 7.3 on ubuntu-latest: 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 / Static analysis with phpstan and php 7.3 on ubuntu-latest: 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 / Static analysis with phpstan and php 8.0 on ubuntu-latest: application/clicommands/MigrateCommand.php#L512
Parameter #1 $string of static method ipl\Web\Filter\QueryString::parse() expects string, mixed given.
phpstan / Static analysis with phpstan and php 8.0 on ubuntu-latest: application/clicommands/MigrateCommand.php#L635
Parameter #1 $string of static method ipl\Web\Filter\QueryString::parse() expects string, mixed given.
phpstan / Static analysis with phpstan and php 8.0 on ubuntu-latest: application/clicommands/MigrateCommand.php#L786
Method Icinga\Module\Icingadb\Clicommands\MigrateCommand::readFromIni() should return Icinga\Application\Config but returns mixed.
phpstan / Static analysis with phpstan and php 7.2 on ubuntu-latest: application/controllers/RedundancyGroupController.php#L34
Property Icinga\Module\Icingadb\Controllers\RedundancyGroupController::$groupId (string) does not accept mixed.
phpstan / Static analysis with phpstan and php 7.2 on ubuntu-latest: 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 / Static analysis with phpstan and php 7.2 on ubuntu-latest: application/controllers/RedundancyGroupController.php#L38
Parameter #2 $value of static method ipl\Stdlib\Filter::equal() expects array|bool|float|int|string, mixed given.
phpstan / Static analysis with phpstan and php 7.2 on ubuntu-latest: application/controllers/RedundancyGroupController.php#L46
Method Icinga\Module\Icingadb\Controllers\RedundancyGroupController::indexAction() has no return type specified.
phpstan / Static analysis with phpstan and php 7.2 on ubuntu-latest: 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 / Static analysis with phpstan and php 7.2 on ubuntu-latest: 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 / Static analysis with phpstan and php 8.1 on ubuntu-latest: application/clicommands/MigrateCommand.php#L512
Parameter #1 $string of static method ipl\Web\Filter\QueryString::parse() expects string, mixed given.
phpstan / Static analysis with phpstan and php 8.1 on ubuntu-latest: application/clicommands/MigrateCommand.php#L635
Parameter #1 $string of static method ipl\Web\Filter\QueryString::parse() expects string, mixed given.
phpstan / Static analysis with phpstan and php 8.1 on ubuntu-latest: application/clicommands/MigrateCommand.php#L786
Method Icinga\Module\Icingadb\Clicommands\MigrateCommand::readFromIni() should return Icinga\Application\Config but returns mixed.
phpstan / Static analysis with phpstan and php 7.4 on ubuntu-latest: application/clicommands/MigrateCommand.php#L512
Parameter #1 $string of static method ipl\Web\Filter\QueryString::parse() expects string, mixed given.
phpstan / Static analysis with phpstan and php 7.4 on ubuntu-latest: application/clicommands/MigrateCommand.php#L635
Parameter #1 $string of static method ipl\Web\Filter\QueryString::parse() expects string, mixed given.
phpstan / Static analysis with phpstan and php 7.4 on ubuntu-latest: application/clicommands/MigrateCommand.php#L786
Method Icinga\Module\Icingadb\Clicommands\MigrateCommand::readFromIni() should return Icinga\Application\Config but returns mixed.