mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 05:14:05 +00:00
phpstan fixes for spatie invader
This commit is contained in:
parent
c239239972
commit
8f2cb894ce
1 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
includes:
|
||||
- ./vendor/larastan/larastan/extension.neon
|
||||
- ./vendor/spatie/invade/phpstan-extension.neon
|
||||
|
||||
parameters:
|
||||
paths:
|
||||
|
|
@ -16,6 +15,12 @@ parameters:
|
|||
ignoreErrors:
|
||||
- identifier: trait.unused
|
||||
- identifier: missingType.iterableValue
|
||||
-
|
||||
message: '#Spatie\\Invade\\Invader#'
|
||||
identifier: method.notFound
|
||||
-
|
||||
message: '#Spatie\\Invade\\Invader#'
|
||||
identifier: property.notFound
|
||||
- '#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#'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue