You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
The Collection::__construct() need a
SerializerInterface
as second argument, but if the$data
argument is an array ofResource
object, this interface is never used. It should be nullable in order to fill theCollection
with an array ofResource
objects.The text was updated successfully, but these errors were encountered: