Accept issues due too lax type usage in Symfony #4551
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/
|