Code cleanup, added phpstan
This commit is contained in:
@ -60,4 +60,9 @@ class ConnectionGroup implements EventEmitterInterface, IteratorAggregate, Count
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
|
||||
public function write(string $payload)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user