Fix hanging scans due to exceptions or internal PHP errors #799
Annotations
66 errors and 14 warnings
Unit tests with PHP 8.2 on ubuntu-latest
Process completed with exit code 2.
|
Unit tests with PHP 8.3 on ubuntu-latest
Process completed with exit code 2.
|
Static analysis for php 8.3 on ubuntu-latest:
application/clicommands/CheckCommand.php#L1
Ignored error pattern #^Parameter \#2 \$value of static method ipl\\Stdlib\\Filter\:\:equal\(\) expects array\|bool\|float\|int\|string, mixed given\.$# in path /home/runner/work/icingaweb2-module-x509/icingaweb2-module-x509/application/clicommands/CheckCommand.php was not matched in reported errors.
|
Static analysis for php 8.3 on ubuntu-latest:
application/clicommands/CheckCommand.php#L111
Parameter #1 $statement of class ipl\Sql\Expression constructor expects string, mixed given.
|
Static analysis for php 8.3 on ubuntu-latest:
application/clicommands/CheckCommand.php#L112
Parameter #1 $statement of class ipl\Sql\Expression constructor expects string, mixed given.
|
Static analysis for php 8.3 on ubuntu-latest:
application/clicommands/CheckCommand.php#L118
Parameter #2 $value of static method ipl\Stdlib\Filter::equal() expects array<mixed>|bool|float|int|string, mixed given.
|
Static analysis for php 8.3 on ubuntu-latest:
application/clicommands/CheckCommand.php#L121
Parameter #2 $value of static method ipl\Stdlib\Filter::equal() expects array<mixed>|bool|float|int|string, mixed given.
|
Static analysis for php 8.3 on ubuntu-latest:
application/clicommands/CheckCommand.php#L124
Parameter #2 $value of static method ipl\Stdlib\Filter::equal() expects array<mixed>|bool|float|int|string, mixed given.
|
Static analysis for php 8.3 on ubuntu-latest:
application/clicommands/CheckCommand.php#L136
Cannot access property $valid on mixed.
|
Static analysis for php 8.3 on ubuntu-latest:
application/clicommands/CheckCommand.php#L137
Binary operation "." between mixed and ': ' results in an error.
|
Static analysis for php 8.3 on ubuntu-latest:
application/clicommands/CheckCommand.php#L137
Binary operation "." between non-falsy-string and mixed results in an error.
|
Static analysis for php 8.3 on ubuntu-latest:
application/clicommands/CheckCommand.php#L137
Cannot access property $invalid_reason on mixed.
|
Static analysis for php 7.2 on ubuntu-latest:
application/controllers/CertificateController.php#L1
Ignored error pattern #^Parameter \#1 \$cert of method Icinga\\Module\\X509\\CertificateDetails\:\:setCert\(\) expects Icinga\\Module\\X509\\Model\\X509Certificate, Icinga\\Module\\X509\\Model\\X509Certificate\|null given\.$# in path /home/runner/work/icingaweb2-module-x509/icingaweb2-module-x509/application/controllers/CertificateController.php was not matched in reported errors.
|
Static analysis for php 7.2 on ubuntu-latest:
application/controllers/ChainController.php#L1
Ignored error pattern #^Cannot access property \$target on Icinga\\Module\\X509\\Model\\X509CertificateChain\|null\.$# in path /home/runner/work/icingaweb2-module-x509/icingaweb2-module-x509/application/controllers/ChainController.php was not matched in reported errors.
|
Static analysis for php 7.2 on ubuntu-latest:
application/controllers/ChainController.php#L1
Ignored error pattern #^Offset 'invalid_reason' does not exist on Icinga\\Module\\X509\\Model\\X509CertificateChain\|null\.$# in path /home/runner/work/icingaweb2-module-x509/icingaweb2-module-x509/application/controllers/ChainController.php was not matched in reported errors.
|
Static analysis for php 7.2 on ubuntu-latest:
application/controllers/ChainController.php#L1
Ignored error pattern #^Offset 'valid' does not exist on Icinga\\Module\\X509\\Model\\X509CertificateChain\|null\.$# in path /home/runner/work/icingaweb2-module-x509/icingaweb2-module-x509/application/controllers/ChainController.php was not matched in reported errors.
|
Static analysis for php 7.2 on ubuntu-latest:
application/controllers/ChainController.php#L62
Parameter #2 ...$values of function sprintf expects bool|float|int|string|null, mixed given.
|
Static analysis for php 7.2 on ubuntu-latest:
library/X509/DbTool.php#L43
Method Icinga\Module\X509\DbTool::unmarshalBinary() should return string but returns resource|string.
|
Static analysis for php 7.2 on ubuntu-latest
Process completed with exit code 1.
|
Static analysis for php 8.0 on ubuntu-latest:
application/clicommands/CheckCommand.php#L1
Ignored error pattern #^Parameter \#2 \$value of static method ipl\\Stdlib\\Filter\:\:equal\(\) expects array\|bool\|float\|int\|string, mixed given\.$# in path /home/runner/work/icingaweb2-module-x509/icingaweb2-module-x509/application/clicommands/CheckCommand.php was not matched in reported errors.
|
Static analysis for php 8.0 on ubuntu-latest:
application/clicommands/CheckCommand.php#L111
Parameter #1 $statement of class ipl\Sql\Expression constructor expects string, mixed given.
|
Static analysis for php 8.0 on ubuntu-latest:
application/clicommands/CheckCommand.php#L112
Parameter #1 $statement of class ipl\Sql\Expression constructor expects string, mixed given.
|
Static analysis for php 8.0 on ubuntu-latest:
application/clicommands/CheckCommand.php#L118
Parameter #2 $value of static method ipl\Stdlib\Filter::equal() expects array<mixed>|bool|float|int|string, mixed given.
|
Static analysis for php 8.0 on ubuntu-latest:
application/clicommands/CheckCommand.php#L121
Parameter #2 $value of static method ipl\Stdlib\Filter::equal() expects array<mixed>|bool|float|int|string, mixed given.
|
Static analysis for php 8.0 on ubuntu-latest:
application/clicommands/CheckCommand.php#L124
Parameter #2 $value of static method ipl\Stdlib\Filter::equal() expects array<mixed>|bool|float|int|string, mixed given.
|
Static analysis for php 8.0 on ubuntu-latest:
application/clicommands/CheckCommand.php#L136
Cannot access property $valid on mixed.
|
Static analysis for php 8.0 on ubuntu-latest:
application/clicommands/CheckCommand.php#L137
Binary operation "." between mixed and ': ' results in an error.
|
Static analysis for php 8.0 on ubuntu-latest:
application/clicommands/CheckCommand.php#L137
Binary operation "." between non-falsy-string and mixed results in an error.
|
Static analysis for php 8.0 on ubuntu-latest:
application/clicommands/CheckCommand.php#L137
Cannot access property $invalid_reason on mixed.
|
Static analysis for php 7.3 on ubuntu-latest:
application/controllers/CertificateController.php#L1
Ignored error pattern #^Parameter \#1 \$cert of method Icinga\\Module\\X509\\CertificateDetails\:\:setCert\(\) expects Icinga\\Module\\X509\\Model\\X509Certificate, Icinga\\Module\\X509\\Model\\X509Certificate\|null given\.$# in path /home/runner/work/icingaweb2-module-x509/icingaweb2-module-x509/application/controllers/CertificateController.php was not matched in reported errors.
|
Static analysis for php 7.3 on ubuntu-latest:
application/controllers/ChainController.php#L1
Ignored error pattern #^Cannot access property \$target on Icinga\\Module\\X509\\Model\\X509CertificateChain\|null\.$# in path /home/runner/work/icingaweb2-module-x509/icingaweb2-module-x509/application/controllers/ChainController.php was not matched in reported errors.
|
Static analysis for php 7.3 on ubuntu-latest:
application/controllers/ChainController.php#L1
Ignored error pattern #^Offset 'invalid_reason' does not exist on Icinga\\Module\\X509\\Model\\X509CertificateChain\|null\.$# in path /home/runner/work/icingaweb2-module-x509/icingaweb2-module-x509/application/controllers/ChainController.php was not matched in reported errors.
|
Static analysis for php 7.3 on ubuntu-latest:
application/controllers/ChainController.php#L1
Ignored error pattern #^Offset 'valid' does not exist on Icinga\\Module\\X509\\Model\\X509CertificateChain\|null\.$# in path /home/runner/work/icingaweb2-module-x509/icingaweb2-module-x509/application/controllers/ChainController.php was not matched in reported errors.
|
Static analysis for php 7.3 on ubuntu-latest:
application/controllers/ChainController.php#L62
Parameter #2 ...$values of function sprintf expects bool|float|int|string|null, mixed given.
|
Static analysis for php 7.3 on ubuntu-latest:
library/X509/DbTool.php#L43
Method Icinga\Module\X509\DbTool::unmarshalBinary() should return string but returns resource|string.
|
Static analysis for php 7.3 on ubuntu-latest
Process completed with exit code 1.
|
Static analysis for php 8.2 on ubuntu-latest:
application/clicommands/CheckCommand.php#L1
Ignored error pattern #^Parameter \#2 \$value of static method ipl\\Stdlib\\Filter\:\:equal\(\) expects array\|bool\|float\|int\|string, mixed given\.$# in path /home/runner/work/icingaweb2-module-x509/icingaweb2-module-x509/application/clicommands/CheckCommand.php was not matched in reported errors.
|
Static analysis for php 8.2 on ubuntu-latest:
application/clicommands/CheckCommand.php#L111
Parameter #1 $statement of class ipl\Sql\Expression constructor expects string, mixed given.
|
Static analysis for php 8.2 on ubuntu-latest:
application/clicommands/CheckCommand.php#L112
Parameter #1 $statement of class ipl\Sql\Expression constructor expects string, mixed given.
|
Static analysis for php 8.2 on ubuntu-latest:
application/clicommands/CheckCommand.php#L118
Parameter #2 $value of static method ipl\Stdlib\Filter::equal() expects array<mixed>|bool|float|int|string, mixed given.
|
Static analysis for php 8.2 on ubuntu-latest:
application/clicommands/CheckCommand.php#L121
Parameter #2 $value of static method ipl\Stdlib\Filter::equal() expects array<mixed>|bool|float|int|string, mixed given.
|
Static analysis for php 8.2 on ubuntu-latest:
application/clicommands/CheckCommand.php#L124
Parameter #2 $value of static method ipl\Stdlib\Filter::equal() expects array<mixed>|bool|float|int|string, mixed given.
|
Static analysis for php 8.2 on ubuntu-latest:
application/clicommands/CheckCommand.php#L136
Cannot access property $valid on mixed.
|
Static analysis for php 8.2 on ubuntu-latest:
application/clicommands/CheckCommand.php#L137
Binary operation "." between mixed and ': ' results in an error.
|
Static analysis for php 8.2 on ubuntu-latest:
application/clicommands/CheckCommand.php#L137
Binary operation "." between non-falsy-string and mixed results in an error.
|
Static analysis for php 8.2 on ubuntu-latest:
application/clicommands/CheckCommand.php#L137
Cannot access property $invalid_reason on mixed.
|
Static analysis for php 7.4 on ubuntu-latest:
application/clicommands/CheckCommand.php#L1
Ignored error pattern #^Parameter \#2 \$value of static method ipl\\Stdlib\\Filter\:\:equal\(\) expects array\|bool\|float\|int\|string, mixed given\.$# in path /home/runner/work/icingaweb2-module-x509/icingaweb2-module-x509/application/clicommands/CheckCommand.php was not matched in reported errors.
|
Static analysis for php 7.4 on ubuntu-latest:
application/clicommands/CheckCommand.php#L111
Parameter #1 $statement of class ipl\Sql\Expression constructor expects string, mixed given.
|
Static analysis for php 7.4 on ubuntu-latest:
application/clicommands/CheckCommand.php#L112
Parameter #1 $statement of class ipl\Sql\Expression constructor expects string, mixed given.
|
Static analysis for php 7.4 on ubuntu-latest:
application/clicommands/CheckCommand.php#L118
Parameter #2 $value of static method ipl\Stdlib\Filter::equal() expects array<mixed>|bool|float|int|string, mixed given.
|
Static analysis for php 7.4 on ubuntu-latest:
application/clicommands/CheckCommand.php#L121
Parameter #2 $value of static method ipl\Stdlib\Filter::equal() expects array<mixed>|bool|float|int|string, mixed given.
|
Static analysis for php 7.4 on ubuntu-latest:
application/clicommands/CheckCommand.php#L124
Parameter #2 $value of static method ipl\Stdlib\Filter::equal() expects array<mixed>|bool|float|int|string, mixed given.
|
Static analysis for php 7.4 on ubuntu-latest:
application/clicommands/CheckCommand.php#L136
Cannot access property $valid on mixed.
|
Static analysis for php 7.4 on ubuntu-latest:
application/clicommands/CheckCommand.php#L137
Binary operation "." between mixed and ': ' results in an error.
|
Static analysis for php 7.4 on ubuntu-latest:
application/clicommands/CheckCommand.php#L137
Binary operation "." between non-falsy-string and mixed results in an error.
|
Static analysis for php 7.4 on ubuntu-latest:
application/clicommands/CheckCommand.php#L137
Cannot access property $invalid_reason on mixed.
|
Static analysis for php 8.1 on ubuntu-latest:
application/clicommands/CheckCommand.php#L1
Ignored error pattern #^Parameter \#2 \$value of static method ipl\\Stdlib\\Filter\:\:equal\(\) expects array\|bool\|float\|int\|string, mixed given\.$# in path /home/runner/work/icingaweb2-module-x509/icingaweb2-module-x509/application/clicommands/CheckCommand.php was not matched in reported errors.
|
Static analysis for php 8.1 on ubuntu-latest:
application/clicommands/CheckCommand.php#L111
Parameter #1 $statement of class ipl\Sql\Expression constructor expects string, mixed given.
|
Static analysis for php 8.1 on ubuntu-latest:
application/clicommands/CheckCommand.php#L112
Parameter #1 $statement of class ipl\Sql\Expression constructor expects string, mixed given.
|
Static analysis for php 8.1 on ubuntu-latest:
application/clicommands/CheckCommand.php#L118
Parameter #2 $value of static method ipl\Stdlib\Filter::equal() expects array<mixed>|bool|float|int|string, mixed given.
|
Static analysis for php 8.1 on ubuntu-latest:
application/clicommands/CheckCommand.php#L121
Parameter #2 $value of static method ipl\Stdlib\Filter::equal() expects array<mixed>|bool|float|int|string, mixed given.
|
Static analysis for php 8.1 on ubuntu-latest:
application/clicommands/CheckCommand.php#L124
Parameter #2 $value of static method ipl\Stdlib\Filter::equal() expects array<mixed>|bool|float|int|string, mixed given.
|
Static analysis for php 8.1 on ubuntu-latest:
application/clicommands/CheckCommand.php#L136
Cannot access property $valid on mixed.
|
Static analysis for php 8.1 on ubuntu-latest:
application/clicommands/CheckCommand.php#L137
Binary operation "." between mixed and ': ' results in an error.
|
Static analysis for php 8.1 on ubuntu-latest:
application/clicommands/CheckCommand.php#L137
Binary operation "." between non-falsy-string and mixed results in an error.
|
Static analysis for php 8.1 on ubuntu-latest:
application/clicommands/CheckCommand.php#L137
Cannot access property $invalid_reason on mixed.
|
Unit tests with PHP 8.1 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit tests with PHP 7.2 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit tests with PHP 8.2 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit tests with PHP 7.3 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit tests with PHP 8.3 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit tests with PHP 7.4 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit tests with PHP 8.0 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Static analysis for php 8.3 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Static analysis for php 7.2 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Static analysis for php 8.0 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Static analysis for php 7.3 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Static analysis for php 8.2 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Static analysis for php 7.4 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Static analysis for php 8.1 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|