It seems like $contentTypeService of type object<eZ\Publish\API\Re...ory\ContentTypeService> is incompatible with the declared type object<eZ\Bundle\EzPubli...ory\ContentTypeService> of property $contentTypeService.
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...
22
}
23
24
public function receive(Signal $signal)
25
{
26
if (!$signal instanceof Signal\UserService\DeleteUserSignal) {
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..