Skip to content

Add compatibility layer with setono/client-bundle #81

Add compatibility layer with setono/client-bundle

Add compatibility layer with setono/client-bundle #81

Triggered via pull request April 9, 2024 09:20
@loevgaardloevgaard
synchronize #21
compat-layer
Status Success
Total duration 1m 34s
Artifacts

build.yaml

on: pull_request
Matrix: Code Coverage
Matrix: Coding Standards
Matrix: Dependency Analysis
Matrix: Mutation tests
Matrix: Static Code Analysis
Matrix: Unit tests
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Mutation tests (8.2, highest): src/DependencyInjection/Compiler/RegisterClientIdTypePass.php#L22
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } /** @psalm-suppress UndefinedDocblockClass */ $typeDefinitions = $container->getParameter('doctrine.dbal.connection_factory.types'); - Assert::isArray($typeDefinitions); + if (!isset($typeDefinitions['client_id'])) { $typeDefinitions['client_id'] = ['class' => ClientIdType::class, 'commented' => null]; }