mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 15:54:03 +00:00
25 lines
628 B
Text
25 lines
628 B
Text
includes:
|
|
- ./vendor/nunomaduro/larastan/extension.neon
|
|
|
|
parameters:
|
|
paths:
|
|
- src
|
|
# - tests
|
|
|
|
level: 8
|
|
|
|
universalObjectCratesClasses:
|
|
- Illuminate\Routing\Route
|
|
|
|
ignoreErrors:
|
|
-
|
|
message: '#Cannot access offset (.*?) on Illuminate\\Contracts\\Foundation\\Application#'
|
|
paths:
|
|
- src/TenancyServiceProvider.php
|
|
-
|
|
message: '#invalid type Laravel\\Telescope\\IncomingEntry#'
|
|
paths:
|
|
- src/Features/TelescopeTags.php
|
|
|
|
checkMissingIterableValueType: false
|
|
treatPhpDocTypesAsCertain: false
|