It seems like \Dropbox\Models\ModelFactory::make($metadata) of type object<Dropbox\Models\ModelInterface> is incompatible with the declared type object<Dropbox\Models\Fi...\Models\FolderMetadata> of property $metadata.
Our type inference engine has found an assignment to a property that is incompatible
with the declared type of that property.
Either this assignment is in error or the assigned type should be added
to the documentation/type hint for that property..
Loading history...
46
}
47
3
}
48
49
/**
50
* Indicates what type of match was found for the result
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..