PhpStorm autocompletion compatibility.
This commit is contained in:
parent
48debbcbca
commit
d02ca89eeb
@ -20,7 +20,7 @@ class WriterFactory
|
|||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
* @param string $writerType Type of the writer to instantiate
|
* @param string $writerType Type of the writer to instantiate
|
||||||
* @return WriterInterface
|
* @return CSV\Writer | XLSX\Writer | ODS\Writer
|
||||||
* @throws \Box\Spout\Common\Exception\UnsupportedTypeException
|
* @throws \Box\Spout\Common\Exception\UnsupportedTypeException
|
||||||
*/
|
*/
|
||||||
public static function create($writerType)
|
public static function create($writerType)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user