Description
On PHP 8, \SplFileObject->fgets() return empty line at the end, even if SKIP_EMPTY flag is set.
This cause fatal error "Process *** has failed during process read with message: 'Syntax error'" when trying to json_decode it on JsonStreamFile->readLine()
Requirements
Breaking changes