It seems like (new \SilverLeague\Conso...this->getTestCommand()) of type object<Symfony\Component\Console\Command\Command> is incompatible with the declared type object<SilverLeague\Cons...\Command\LookupCommand> of property $command.
Our type inference engine has found an assignment to a property that is incompatible
with the declared type of that property.
Either this assignment is in error or the assigned type should be added
to the documentation/type hint for that property..
Loading history...
28
}
29
30
/**
31
* Provide the command name to test, e.g. "object:lookup"
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..