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

fix phpstan errors

This commit is contained in:
Samuel Štancl 2024-02-10 23:55:56 +01:00
parent 2eda22772c
commit 56a6f25dac
2 changed files with 6 additions and 1 deletions

View file

@ -51,6 +51,10 @@ parameters:
- '#Method Stancl\\Tenancy\\Tenancy::cachedResolvers\(\) should return array#'
- '#Access to an undefined property Stancl\\Tenancy\\Middleware\\IdentificationMiddleware\:\:\$tenancy#'
- '#Access to an undefined property Stancl\\Tenancy\\Middleware\\IdentificationMiddleware\:\:\$resolver#'
-
message: '#string\|false#'
paths:
- src/Controllers/TenantAssetController.php
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false # later we may want to enable this