PhpStorm autocompletion compatibility.

This commit is contained in:
Ilya Bakhlin 2016-02-16 10:59:52 +01:00
parent 48debbcbca
commit d02ca89eeb

View File

@ -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)