Code comment for future me: I was afraid the code would surprise users

This commit is contained in:
Fonata
2021-04-02 22:18:38 +02:00
committed by Fonata
parent fba67b84ff
commit 45f079b5dd

View File

@@ -612,6 +612,11 @@ class Csv {
}
if (empty($this->file_data)) {
/**
* @see self::keep_file_data
* Usually, _parse_string will clean this
* Instead of leaving stale data for the next parseFile call behind.
*/
$this->load_data($file);
}