From e88b8fb43241466df45dd65ce6a620696b4ed026 Mon Sep 17 00:00:00 2001 From: Yannick ROGER Date: Sat, 1 Dec 2018 15:45:26 +0100 Subject: [PATCH] Added missing ODS in factory comment --- src/Spout/Reader/ReaderFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Spout/Reader/ReaderFactory.php b/src/Spout/Reader/ReaderFactory.php index 93a52cb..3860008 100644 --- a/src/Spout/Reader/ReaderFactory.php +++ b/src/Spout/Reader/ReaderFactory.php @@ -9,7 +9,7 @@ use Box\Spout\Common\Type; /** * Class ReaderFactory * 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 */