mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 17:54:55 +02:00
Move errors ignoring into phpstan.neon
This commit is contained in:
@@ -1111,7 +1111,7 @@ function getTopPlayers($limit = 5) {
|
||||
$columns[] = 'online';
|
||||
}
|
||||
|
||||
$players = Player::query()/** @phpstan-ignore-line */
|
||||
$players = Player::query()
|
||||
->select($columns)
|
||||
->withOnlineStatus()
|
||||
->notDeleted()
|
||||
|
Reference in New Issue
Block a user