Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss authored and isfedorov committed May 30, 2024
1 parent 8176a4f commit 2f40692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion relay/Cluster.php
Original file line number Diff line number Diff line change
Expand Up @@ -1889,7 +1889,7 @@ public function ssubscribe(array $channels, callable $callback): bool {}

/**
* Returns statistics about Relay.
*
*
* @see \Relay\Relay::stats()
* @return array
*/
Expand Down
2 changes: 1 addition & 1 deletion relay/Events.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ final class Flushed extends \Relay\Event
* @var int
*/
public int $type = 2;
}
}

0 comments on commit 2f40692

Please sign in to comment.