Skip to content

Update PHPStan packages to v2 (major) #4552

Update PHPStan packages to v2 (major)

Update PHPStan packages to v2 (major) #4552

Triggered via pull request November 19, 2024 21:11
Status Success
Total duration 37s
Artifacts

mutation-tests.yml

on: pull_request
Matrix: Mutation tests
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Mutation tests (locked, 8.2, ubuntu-latest): src/Compiler.php#L90
Escaped Mutant for Mutator "LogicalAnd": @@ @@ $options['inline_factories'] = $options['debug'] === false; $options['inline_class_loader'] = $options['inline_factories']; $content = (new PhpDumper($container))->dump($options); - assert(is_array($content) && !array_is_list($content)); + assert(is_array($content) || !array_is_list($content)); // @phpstan-ignore return.type return $content; }
Mutation tests (locked, 8.2, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/