X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-rpc-php.git/blobdiff_plain/1ef2e09fcc12f818c9aaf8e8ed186a451cb9003b..refs/heads/main:/lib/Stats.php diff --git a/lib/Stats.php b/lib/Stats.php index a4f5656..9f306f0 100644 --- a/lib/Stats.php +++ b/lib/Stats.php @@ -22,7 +22,7 @@ class Stats */ public function get(int $object_detail_level=1): stdClass|array|bool { - $response = $this->connection->query('stats.get', [ + return $this->connection->query('stats.get', [ 'object_detail_level' => $object_detail_level, ]); }