Added missing ODS in factory comment

This commit is contained in:
Yannick ROGER 2018-12-01 15:45:26 +01:00
parent 799ad93d23
commit e88b8fb432

View File

@ -9,7 +9,7 @@ use Box\Spout\Common\Type;
/** /**
* Class ReaderFactory * Class ReaderFactory
* This factory is used to create readers, based on the type of the file to be read. * This factory is used to create readers, based on the type of the file to be read.
* It supports CSV and XLSX formats. * It supports CSV, ODS and XLSX formats.
* *
* @package Box\Spout\Reader * @package Box\Spout\Reader
*/ */