ulsdevteam / lcsu

0 stars 0 forks source link

PHPDoc cleanup #5

Closed ctgraham closed 5 years ago

ctgraham commented 5 years ago

PHPDoc @param names should match function parameter names

See discrepancies, for example:

https://github.com/ulsdevteam/lcsu/blob/fd1e3dc5a1307831f0275fafc29c4aa746a60f90/src/Command/FileLoaderCommand.php#L51-L55

https://github.com/ulsdevteam/lcsu/blob/fd1e3dc5a1307831f0275fafc29c4aa746a60f90/src/Command/FileLoaderCommand.php#L99-L103

PHPDoc is missing

See, for example: https://github.com/ulsdevteam/lcsu/blob/fd1e3dc5a1307831f0275fafc29c4aa746a60f90/src/Command/FileLoaderCommand.php#L140-L263

ctgraham commented 5 years ago

Resolved per: