MarcusBarnes / mik

The Move to Islandora Kit is an extensible PHP command-line tool for converting source content and metadata into packages suitable for importing into Islandora (or other digital repository and preservations systems).
GNU General Public License v3.0
34 stars 11 forks source link

Metadata #420

Closed whikloj closed 7 years ago

whikloj commented 7 years ago

Github issue: None specifically, but covers #406 and does some of #277

What does this Pull Request do?

Corrects some variable names, removes some unused variables, updates some PHPDocs (where I could tell the purpose of the function), moves some functions up a level to use inheritance.

What's new?

Instead of listing it here, I'll stick comments right into the code where I think there might be some clarification necessary.

How should this be tested?

This should not impact code use at all. I would suggest run tests before and after and ensure the results are consistent.

To help reviewers test your work:

No new work, so existing tests should be sufficient.

Additional Notes

Any additional information that you think would be helpful when reviewing this PR.

Example:

Interested parties

whikloj commented 7 years ago

This work is included in #424