mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 07:04:03 +00:00
more phpstan fixes
This commit is contained in:
parent
a4318d81bd
commit
87e02f207f
4 changed files with 15 additions and 2 deletions
|
|
@ -16,6 +16,8 @@ parameters:
|
|||
ignoreErrors:
|
||||
-
|
||||
identifier: missingType.iterableValue
|
||||
- '#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#'
|
||||
- '#Cannot access offset (.*?) on Illuminate\\Contracts\\Config\\Repository#'
|
||||
- '#Call to an undefined method(.*?)Tenant\:\:run\(\).#'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue