Skip to content

Allow Symfony 7.0

Allow Symfony 7.0 #31

Re-run triggered February 15, 2024 15:32
Status Failure
Total duration 39s
Artifacts

static-code-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
PHPStan: src/Bab/RabbitMq/Configuration/FromArray.php#L1
Ignored error pattern #^Method Bab\\RabbitMq\\Configuration\\FromArray\:\:offsetExists\(\) has parameter \$offset with no type specified\.$# in path /github/workspace/src/Bab/RabbitMq/Configuration/FromArray.php was not matched in reported errors.
PHPStan: src/Bab/RabbitMq/Configuration/FromArray.php#L1
Ignored error pattern #^Method Bab\\RabbitMq\\Configuration\\FromArray\:\:offsetGet\(\) has no return type specified\.$# in path /github/workspace/src/Bab/RabbitMq/Configuration/FromArray.php was not matched in reported errors.
PHPStan: src/Bab/RabbitMq/Configuration/FromArray.php#L1
Ignored error pattern #^Method Bab\\RabbitMq\\Configuration\\FromArray\:\:offsetGet\(\) has parameter \$offset with no type specified\.$# in path /github/workspace/src/Bab/RabbitMq/Configuration/FromArray.php was not matched in reported errors.
PHPStan: src/Bab/RabbitMq/Configuration/FromArray.php#L1
Ignored error pattern #^Method Bab\\RabbitMq\\Configuration\\FromArray\:\:offsetSet\(\) has parameter \$offset with no type specified\.$# in path /github/workspace/src/Bab/RabbitMq/Configuration/FromArray.php was not matched in reported errors.
PHPStan: src/Bab/RabbitMq/Configuration/FromArray.php#L1
Ignored error pattern #^Method Bab\\RabbitMq\\Configuration\\FromArray\:\:offsetSet\(\) has parameter \$value with no type specified\.$# in path /github/workspace/src/Bab/RabbitMq/Configuration/FromArray.php was not matched in reported errors.
PHPStan: src/Bab/RabbitMq/Configuration/FromArray.php#L1
Ignored error pattern #^Method Bab\\RabbitMq\\Configuration\\FromArray\:\:offsetUnset\(\) has parameter \$offset with no type specified\.$# in path /github/workspace/src/Bab/RabbitMq/Configuration/FromArray.php was not matched in reported errors.
PHPStan: src/Bab/RabbitMq/Configuration/FromArray.php#L70
Return type mixed of method Bab\RabbitMq\Configuration\FromArray::offsetGet() is not covariant with tentative return type mixed of method ArrayAccess::offsetGet().