From 1826478461ce9b18cd6a7af43f49829ce86c4245 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 17 Aug 2026 14:57:16 +0100 Subject: [PATCH] Updated baseline --- phpstan-baseline.neon | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index eb9f265124..a2baa0c1a3 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -3402,18 +3402,31 @@ parameters: count: 1 path: app/Http/Controllers/Reports/CustomComponentReportController.php + - + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Builder\:\:onlyTrashed\(\)\.$#' + identifier: method.notFound + count: 1 + path: app/Http/Controllers/Reports/CustomConsumableReportController.php + - message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Builder\:\:withTrashed\(\)\.$#' identifier: method.notFound count: 1 path: app/Http/Controllers/Reports/CustomComponentReportController.php + - + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Builder\:\:withTrashed\(\)\.$#' + identifier: method.notFound + count: 1 + path: app/Http/Controllers/Reports/CustomConsumableReportController.php + - message: '#^Called ''env'' outside of the config directory which returns null when the config is cached, use ''config''\.$#' identifier: larastan.noEnvCallsOutsideOfConfig count: 1 path: app/Http/Controllers/Reports/CustomComponentReportController.php + - message: '#^Access to an undefined property App\\Models\\Asset\:\:\$assigned\.$#' identifier: property.notFound