From e9185916668ebb9d8c84679a401b2ba7089521b0 Mon Sep 17 00:00:00 2001 From: slawkens Date: Thu, 9 Jan 2025 22:59:02 +0100 Subject: [PATCH] Ignore PhpStan error --- system/pages/highscores.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/pages/highscores.php b/system/pages/highscores.php index cac535beb..d8057595c 100644 --- a/system/pages/highscores.php +++ b/system/pages/highscores.php @@ -207,7 +207,7 @@ $tmp = $row->toArray(); $tmp['online'] = $row->online_status; $tmp['vocation'] = $row->vocation_name; - $tmp['outfit_url'] = $row->outfit_url; + $tmp['outfit_url'] = $row->outfit_url; // @phpstan-ignore-line unset($tmp['online_table']); return $tmp;