It seems like $bootstrap of type object<Consolidation\Bootstrap\BootInterface> is incompatible with the declared type object<Consolidation\Boo...ootstrap\BootInterface> of property $bootstrap.
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...
14
}
15
16
public function setBootstrapCurrator(BootstrapCurrator $currator)
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..