neomerx / json-api

Framework agnostic JSON API (jsonapi.org) implementation
Apache License 2.0
743 stars 66 forks source link

EncoderPropertiesTrait::withIncludePaths only works with arrays #238

Closed shadowhand closed 5 years ago

shadowhand commented 5 years ago

Because of this type the method only works with arrays, despite the iterable type in the base method.

neomerx commented 5 years ago

Agree. Should be iterable.