3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-08-18 11:15:42 +00:00

Updated phpstan baseline

This commit is contained in:
snipe
2026-08-07 13:15:00 +01:00
parent 3b1ee52704
commit db2cfe6cfd

View File

@ -8041,11 +8041,17 @@ parameters:
path: app/Models/Labels/Tapes/Generic/Tape_53mm.php
-
message: '#^Access to an undefined property App\\Models\\Setting\:\:\$ldap_phone\.$#'
message: '#^Access to an undefined property App\\Models\\User\:\:\$display_name\.$#'
identifier: property.notFound
count: 1
path: app/Models/Ldap.php
-
message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Relations\\Relation\:\:attach\(\)\.$#'
identifier: method.notFound
count: 1
path: app/Models/Ldap.php
-
message: '#^Called ''env'' outside of the config directory which returns null when the config is cached, use ''config''\.$#'
identifier: larastan.noEnvCallsOutsideOfConfig