Support profile specific configuration #4497
Annotations
3 warnings
Mutation tests (locked, 8.2, ubuntu-latest)
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.6.0/dist/codecov' failed with exit code 1
|
Mutation tests (locked, 8.2, ubuntu-latest):
src/Compiler.php#L85
Escaped Mutant for Mutator "Identical":
@@ @@
$options['debug'] = $container->getParameter('app.devmode');
$options['as_files'] = true;
$options['inline_factories'] = $options['debug'] === false;
- $options['inline_class_loader'] = $options['debug'] === false;
+ $options['inline_class_loader'] = $options['debug'] !== false;
$content = (new PhpDumper($container))->dump($options);
assert(is_array($content));
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/
|