From d7751381b41820d0d58ae673ff842e764fcd3e46 Mon Sep 17 00:00:00 2001 From: Adrien Loison Date: Mon, 29 May 2017 23:01:56 +0200 Subject: [PATCH] Rename Factory folder to Creator --- .../Writer/{Factory => Creator}/EntityFactory.php | 6 +++--- .../InternalFactoryInterface.php | 4 ++-- src/Spout/Writer/Manager/WorkbookManagerAbstract.php | 2 +- .../ODS/{Factory => Creator}/InternalFactory.php | 8 ++++---- src/Spout/Writer/WriterFactory.php | 6 +++--- src/Spout/Writer/WriterMultiSheetsAbstract.php | 2 +- .../XLSX/{Factory => Creator}/InternalFactory.php | 12 ++++++------ 7 files changed, 20 insertions(+), 20 deletions(-) rename src/Spout/Writer/{Factory => Creator}/EntityFactory.php (84%) rename src/Spout/Writer/{Factory => Creator}/InternalFactoryInterface.php (84%) rename src/Spout/Writer/ODS/{Factory => Creator}/InternalFactory.php (93%) rename src/Spout/Writer/XLSX/{Factory => Creator}/InternalFactory.php (92%) diff --git a/src/Spout/Writer/Factory/EntityFactory.php b/src/Spout/Writer/Creator/EntityFactory.php similarity index 84% rename from src/Spout/Writer/Factory/EntityFactory.php rename to src/Spout/Writer/Creator/EntityFactory.php index 8ecbcd0..6277179 100644 --- a/src/Spout/Writer/Factory/EntityFactory.php +++ b/src/Spout/Writer/Creator/EntityFactory.php @@ -1,6 +1,6 @@