liberu-genealogy / laravel-gedcom

Gedcom reading and writing for Laravel 11
https://www.liberu.co.uk
MIT License
77 stars 50 forks source link

Add Docstrings to Functions in GedcomParserTest.php and ImporterTests.php #22

Closed sweep-ai[bot] closed 6 months ago

sweep-ai[bot] commented 6 months ago

PR Feedback (click)

The docstrings follow the format and style used in the GedcomExporterTest.php file, which includes a brief description of the function, followed by annotations for parameters (@param) and the return value (@return), if applicable.

Summary of Changes

These changes improve the readability of the code and make it easier for future developers to understand the purpose and usage of these functions.

sweep-ai[bot] commented 6 months ago

Rollback Files For Sweep