rsinger / worldcat-linkeddata-php

A PHP linked data client for WorldCat.org
MIT License
4 stars 1 forks source link

Ensure our identifier arrays are indexed as we're expecting them to be #8

Closed rsinger closed 3 months ago

rsinger commented 6 years ago

Work->getUnresolvedWorkExamples() was returning the result of array_diff(), so it wasn't necessarily indexed sequentially, which is what Resource->fetchConcurrentResources() was expecting.