mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Ignore PhpStan error
This commit is contained in:
parent
175c2a1f89
commit
e918591666
@ -207,7 +207,7 @@ if (empty($highscores)) {
|
|||||||
$tmp = $row->toArray();
|
$tmp = $row->toArray();
|
||||||
$tmp['online'] = $row->online_status;
|
$tmp['online'] = $row->online_status;
|
||||||
$tmp['vocation'] = $row->vocation_name;
|
$tmp['vocation'] = $row->vocation_name;
|
||||||
$tmp['outfit_url'] = $row->outfit_url;
|
$tmp['outfit_url'] = $row->outfit_url; // @phpstan-ignore-line
|
||||||
unset($tmp['online_table']);
|
unset($tmp['online_table']);
|
||||||
|
|
||||||
return $tmp;
|
return $tmp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user