liberu-genealogy / php-gedcom

Gedcom reading and writing for PHP 8.3
https://www.liberu.co.uk
MIT License
74 stars 39 forks source link

Add Missing Docstrings in src/FormatInformation.php and src/Writer.php #25

Closed sweep-ai[bot] closed 5 months ago

sweep-ai[bot] commented 6 months ago

PR Feedback (click)

In src/FormatInformation.php, a header docstring has been added to describe the overall purpose of the file. Additionally, a docstring for the addFormatInformation function has been added to explain its purpose, parameters, and return value.

In src/Writer.php, the convert function has been updated with a new docstring that outlines the function's purpose, parameters, and any changes in behavior due to recent updates.

Summary of Changes

These changes will help other developers understand the purpose and usage of these functions and the files as a whole, making the code easier to maintain and update in the future.

sweep-ai[bot] commented 6 months ago

Rollback Files For Sweep