mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 07:04:03 +00:00
36 lines
1.2 KiB
Text
36 lines
1.2 KiB
Text
includes:
|
|
- ./vendor/nunomaduro/larastan/extension.neon
|
|
|
|
parameters:
|
|
paths:
|
|
- src
|
|
# - tests
|
|
|
|
level: 8
|
|
|
|
universalObjectCratesClasses:
|
|
- Illuminate\Routing\Route
|
|
- Illuminate\Database\Eloquent\Model
|
|
|
|
ignoreErrors:
|
|
- '#Cannot access offset (.*?) on Illuminate\\Contracts\\Foundation\\Application#'
|
|
- '#Cannot access offset (.*?) on Illuminate\\Contracts\\Config\\Repository#'
|
|
-
|
|
message: '#invalid type Laravel\\Telescope\\IncomingEntry#'
|
|
paths:
|
|
- src/Features/TelescopeTags.php
|
|
-
|
|
message: '#Call to an undefined method Illuminate\\Database\\Eloquent\\Model::getRelationshipToPrimaryModel\(\)#'
|
|
paths:
|
|
- src/Database/ParentModelScope.php
|
|
-
|
|
message: '#Parameter \#1 \$key of method Illuminate\\Contracts\\Cache\\Repository::put\(\) expects string#'
|
|
paths:
|
|
- src/helpers.php
|
|
-
|
|
message: '#PHPDoc tag \@param has invalid value \(dynamic#'
|
|
paths:
|
|
- src/helpers.php
|
|
|
|
checkMissingIterableValueType: false
|
|
treatPhpDocTypesAsCertain: false
|