It seems like $socketcluster of type object<LaravelSocketCluster\SocketCluster> is incompatible with the declared type object<LaravelSocketClus...tCluster\SocketCluster> of property $socketcluster.
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
}
29
30
/**
31
* Broadcast
32
*
33
* @param array $channels
34
* @param string $event
35
* @param array $payload
36
*
37
* @return void
38
*/
39
public function broadcast(array $channels, $event, array $payload = 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..