It seems like app(Imanghafoori\HeyMan\...er::class)->init($args) of type Imanghafoori\HeyMan\Watc...gies\RouterEventManager is incompatible with the declared type Imanghafoori\HeyMan\ListenerApplier of property $eventManager.
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
1
}
29
30
1
/**
31
* @param $method
32
* @param $args
33
* @return array
34
*/
35
private function getNormalizedArgs($method, $args): array
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..