1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-08-06 12:04:04 +00:00

phpstan fix: comment ignore

This commit is contained in:
Samuel Stancl 2026-07-14 19:25:58 -07:00
parent c07996ede0
commit 44b97ae096
No known key found for this signature in database
GPG key ID: BA146259A1E16C57

View file

@ -15,9 +15,9 @@ parameters:
ignoreErrors: ignoreErrors:
- identifier: trait.unused - identifier: trait.unused
- identifier: missingType.iterableValue - identifier: missingType.iterableValue
- #-
message: '#Spatie\\Invade\\Invader#' # message: '#Spatie\\Invade\\Invader#'
identifier: method.notFound # identifier: method.notFound
- -
message: '#Spatie\\Invade\\Invader#' message: '#Spatie\\Invade\\Invader#'
identifier: property.notFound identifier: property.notFound