From 9b6f41045988f081cfc34b6bf202b5e099c1dba5 Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 22 Jul 2025 19:11:42 +0200 Subject: [PATCH] Update phpstan.neon --- phpstan.neon | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index cb5cd4d3..68e1aa6a 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -30,9 +30,7 @@ parameters: # Eloquent models - '#Call to an undefined method [a-zA-Z0-9\\_]+::[a-zA-Z0-9\\_]+\(\)#' - '#Call to an undefined static method [a-zA-Z0-9\\_]+::[a-zA-Z0-9\\_]+\(\)#' - - '#Call to an undefined method object::toArray\(\)#' # system/pages/highscores.php - - '#Call to an undefined method Illuminate\\Database\\Query\\Builder::withOnlineStatus\(\)#' - '#Access to an undefined property Illuminate\\Database\\Eloquent\\Model::\$online_status#' - '#Access to an undefined property Illuminate\\Database\\Eloquent\\Model::\$vocation_name#' -