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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user