Open yngc0der opened 3 years ago
[TypeError] Argument 1 passed to Enm\JsonApi\Model\Resource\Link\LinkCollection::merge() must implement interface Enm\JsonApi\Model\Resource\Link\LinkInterface, array given, called in ...
when i try to work with relationships in https://github.com/eosnewmedia/JSON-API-Common/blob/b68f75e4086f39c103394c56d8300b046c2d2668/src/Model/Resource/ResourceCollection.php#L112
/** @var LinkInterface $link */ foreach ($resource->links() as $link) { $existing->links()->merge($link, $replaceExistingValues); }
$link is array(1) {LinkInterface $link}
$link
array(1) {LinkInterface $link}
when i try to work with relationships in https://github.com/eosnewmedia/JSON-API-Common/blob/b68f75e4086f39c103394c56d8300b046c2d2668/src/Model/Resource/ResourceCollection.php#L112
$link
isarray(1) {LinkInterface $link}