Code cleanup, added phpstan

This commit is contained in:
2024-02-21 23:48:13 +01:00
parent a6f70dbb76
commit 70e353bd0c
5 changed files with 47 additions and 23 deletions

View File

@ -60,4 +60,9 @@ class ConnectionGroup implements EventEmitterInterface, IteratorAggregate, Count
{
return $this->name;
}
public function write(string $payload)
{
}
}