1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 07:04:03 +00:00

phpstan fixes

This commit is contained in:
Samuel Štancl 2024-09-27 23:16:39 +02:00
parent 39bcbda5d0
commit b01c16f4fc
3 changed files with 20 additions and 5 deletions

View file

@ -16,6 +16,7 @@ parameters:
ignoreErrors:
-
identifier: missingType.iterableValue
- '#FFI#'
- '#Return type(.*?) of method Stancl\\Tenancy\\Database\\Models\\Tenant\:\:newCollection\(\) should be compatible with return type#'
- '#Method Stancl\\Tenancy\\Database\\Models\\Tenant\:\:newCollection\(\) should return#'
- '#Cannot access offset (.*?) on Illuminate\\Contracts\\Foundation\\Application#'