Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incorrect return type for SplFileObject::fgetcsv
Return type should be `array|false` instead of `array|false|null`. See https://www.php.net/manual/en/splfileobject.fgetcsv#refsect1-splfileobject.fgetcsv-returnvalues
- Loading branch information