It seems like $scriptReview of type Modules\Script\Entities\ScriptReview is incompatible with the declared type Modules\Script\Entities\Script of property $scriptReview.
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...
30
}
31
32
/**
33
* Get the channels the event should be broadcast on.
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..