fix: Allow to use the ReversedSymfonyCommand to be registered #214
Annotations
1 error and 1 warning
|
src/Bridge/Command/SymfonyCommand.php#L53
Escaped Mutant for Mutator "InstanceOf_":
--- Original
+++ New
@@ @@
{
parent::setApplication($application);
$decoratedCommand = $this->command;
- if ($decoratedCommand instanceof DecoratesSymfonyCommand) {
+ if (false) {
$decoratedCommand->getDecoratedCommand()->setApplication($application);
}
if (null !== $application) {
|
The logs for this run have expired and are no longer available.
Loading