It seems like \Queryr\Replicator\ServiceFactory::newFromConfig() of type object<self> is incompatible with the declared type object<Queryr\Replicator\ServiceFactory>|null of property $factory.
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...
30
}
31
catch ( RuntimeException $ex ) {
32
$output->writeln( '<error>Could not instantiate the Replicator app</error>' );
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..