mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
Ignore PhpStan error
This commit is contained in:
@@ -207,7 +207,7 @@ if (empty($highscores)) {
|
||||
$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;
|
||||
|
Reference in New Issue
Block a user