It seems like $socketcluster of type object<SocketCluster\SocketCluster> is incompatible with the declared type object<SocketCluster\SocketCluster\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...
27
}
28
29
/**
30
* Broadcast
31
*
32
* @param array $channels
33
* @param string $event
34
* @param array $payload
35
*
36
* @return void
37
*/
38
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..