Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Collection shouldn't have to need a serializer in case of Resource collection #132

Closed
rgazelot opened this issue Sep 11, 2017 · 2 comments
Closed

Comments

@rgazelot
Copy link

The Collection::__construct() need a SerializerInterface as second argument, but if the $data argument is an array of Resource object, this interface is never used. It should be nullable in order to fill the Collection with an array of Resource objects.

@tobyzerner
Copy link
Owner

This is fixed in #119

@rgazelot
Copy link
Author

@tobscure Great! I would have to have a better reading about the PRs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants