From d02ca89eeb4c77acfc417a381b6eac0850357ba9 Mon Sep 17 00:00:00 2001 From: Ilya Bakhlin Date: Tue, 16 Feb 2016 10:59:52 +0100 Subject: [PATCH] PhpStorm autocompletion compatibility. --- src/Spout/Writer/WriterFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Spout/Writer/WriterFactory.php b/src/Spout/Writer/WriterFactory.php index 7588940..81a686d 100644 --- a/src/Spout/Writer/WriterFactory.php +++ b/src/Spout/Writer/WriterFactory.php @@ -20,7 +20,7 @@ class WriterFactory * * @api * @param string $writerType Type of the writer to instantiate - * @return WriterInterface + * @return CSV\Writer | XLSX\Writer | ODS\Writer * @throws \Box\Spout\Common\Exception\UnsupportedTypeException */ public static function create($writerType)