8000 Added TODOs for docs for final methods · ReservedDeveloper/csv-bundle@fd9e934 · GitHub
[go: up one dir, main page]

Skip to content< 8000 /a>

Commit fd9e934

Browse files
author
Daniel Lakes
committed
Added TODOs for docs for final methods
1 parent 78c2d9b commit fd9e934

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

FileReader/Parser/AbstractCsvFileRowParser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public function parseRow()
6767

6868
/**
6969
* parses each individual field in the data array for expected format
70+
* TODO: drop in further explanations here detailing reasoning behind final, strategy approach for the class
7071
*/
7172
public final function parseRowFields()
7273
{

FileReader/Validator/AbstractCsvFileRowValidator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public function validateDataRow()
102102

103103
/**
104104
* validates each pair in the data stored in our response
105+
* TODO: drop in further explanations here detailing reasoning behind final, strategy approach for the class
105106
*
106107
* @return bool
107108
*/

0 commit comments

Comments
 (0)
0