diff --git a/relay/Cluster.php b/relay/Cluster.php index 3113a70a5..fc54589c5 100644 --- a/relay/Cluster.php +++ b/relay/Cluster.php @@ -1889,7 +1889,7 @@ public function ssubscribe(array $channels, callable $callback): bool {} /** * Returns statistics about Relay. - * + * * @see \Relay\Relay::stats() * @return array */ diff --git a/relay/Events.php b/relay/Events.php index 227ae84f9..a80db57f3 100644 --- a/relay/Events.php +++ b/relay/Events.php @@ -26,4 +26,4 @@ final class Flushed extends \Relay\Event * @var int */ public int $type = 2; -} \ No newline at end of file +}