It seems like $dispatcher of type object<Evenement\EventEmitter> is incompatible with the declared type object<Bee4\Events\Adapt...Evenement\EventEmitter> of property $dispatcher.
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...
35
}
36
37
/**
38
* @see AbstractDispatcherAdapter::add
39
*/
40
public function add($name, callable $listener, $priority = 0)
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..