Skip to content

Commit

Permalink
Ignore PhpStan error
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Jan 9, 2025
1 parent 175c2a1 commit e918591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/pages/highscores.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e918591

Please sign in to comment.