Merge d02ca89eeb4c77acfc417a381b6eac0850357ba9 into 6f4ddb15696fd39226b0852ec522bca2de250a72

This commit is contained in:
Deleted user 2017-01-29 18:49:12 +00:00 committed by GitHub
commit b4dff2d968

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)