Skip to content

Use actions/checkout v4 in workflows #60

Use actions/checkout v4 in workflows

Use actions/checkout v4 in workflows #60

Triggered via push October 13, 2023 18:41
Status Success
Total duration 1m 57s
Artifacts

tests.yml

on: push
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

81 warnings
tests (8.1, ^6.2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.1, ^6.2): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.1, ^6.2): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.1, ^5.2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.1, ^5.2): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.1, ^5.2): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.1, ^5.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.1, ^5.1): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.1, ^5.1): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.1, ^5.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.1, ^5.0): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.1, ^5.0): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.2, ^5.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.2, ^5.4): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.2, ^5.4): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.2, ^5.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.2, ^5.0): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.2, ^5.0): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.2, ^5.2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.2, ^5.2): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.2, ^5.2): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.1, ^5.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.1, ^5.4): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.1, ^5.4): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.1, ^6.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.1, ^6.0): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.1, ^6.0): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.2, ^6.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.2, ^5.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.2, ^6.0): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.2, ^5.3): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.2, ^5.3): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.2, ^6.0): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.2, ^6.2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.2, ^6.2): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.2, ^6.2): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.1, ^5.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.1, ^5.3): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.1, ^5.3): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.2, ^6.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.2, ^6.3): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.2, ^6.3): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.1, ^6.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.1, ^6.1): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.1, ^6.1): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.2, ^5.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.2, ^5.1): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.2, ^5.1): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.1, ^6.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.1, ^6.3): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.1, ^6.3): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.2, ^6.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.2, ^6.1): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.2, ^6.1): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.3, ^5.2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.3, ^5.2): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.3, ^5.2): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.3, ^5.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.3, ^5.3): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.3, ^5.3): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.3, ^6.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.3, ^6.1): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.3, ^6.1): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.3, ^5.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.3, ^5.4): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.3, ^5.4): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.3, ^5.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.3, ^5.0): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.3, ^5.0): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.3, ^5.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.3, ^5.1): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.3, ^5.1): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.3, ^6.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.3, ^6.0): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.3, ^6.0): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.3, ^6.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.3, ^6.3): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.3, ^6.3): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }
tests (8.3, ^6.2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (8.3, ^6.2): src/DependencyInjection/CompilerPass/SorterConfigPass.php#L32
Escaped Mutant for Mutator "Coalesce": --- Original +++ New @@ @@ $container->getParameterBag()->remove('budgegeria_intl.sorter'); foreach ($sorterConfigs as $serviceSuffix => $sorterConfig) { /** @phpstan-var string $locale */ - $locale = $sorterConfig['locale'] ?? $defaultLocale; + $locale = $defaultLocale ?? $sorterConfig['locale']; unset($sorterConfig['locale']); $factory = $container->getDefinition('budgegeria_intl_bundle.sorter.factory.standard'); $definition = new Definition(Builder::class, [$locale, $factory]);
tests (8.3, ^6.2): src/DependencyInjection/Configuration.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $sorterChildren->scalarNode($sorterConfigNames)->end(); } $sorterChildren->scalarNode('locale')->end(); - $sorterChildren->end()->end()->end()->end(); + } }