3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-08-18 03:06:23 +00:00

Updated baseline

This commit is contained in:
snipe
2026-08-17 14:57:16 +01:00
parent 1bfa8988cb
commit 1826478461

View File

@ -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