It seems like $publisher of type object<ElementsFramework...lishing\RoutePublisher> is incompatible with the declared type object<ElementsFramework...uteDeclarationCompiler> of property $publisher.
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...
43
}
44
45
/**
46
* Execute the console command.
47
*
48
* @return mixed
49
*/
50
public function handle()
51
{
52
$this->output->writeln('<info>Cleaning up old provided routes...</info>');
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..