Skip to content
Success

Changes

Summary

  1. Ensure that the subfields key is always present. (#6) (details)
Commit 21e2ba512b6ce4361c5100849eda24837c488ab3 by noreply
Ensure that the subfields key is always present. (#6)

ISO 2709 and MARCXML can contain fields without subfields, so we need to ensure that the unserialized array contains the subfields key.
The file was modified tests/MarcReaderTest.php (diff)
The file was modified CHANGELOG.md (diff)
The file was modified src/Serialization/MarcXml.php (diff)
The file was modified src/Serialization/Iso2709.php (diff)