FamilySearch/gedcomx-php

Remove `PersonsState->addPerson()`

Closed this issue · 1 comments

This method is useless. The method does work but to use it you first have to call the equally useless CollectionState->readPersons() method (which I hope we remove #46). It's easier and more efficient to just call CollectionState->addPerson().

We need to keep this now that #46 has been closed.