@@ -65,7 +65,6 @@ |
||
65 | 65 | * Create a writer given the PHPExcelObject and the type, |
66 | 66 | * the type could be one of PHPExcel_IOFactory::$_autoResolveClasses |
67 | 67 | * |
68 | - * @param Spreadsheet $phpExcelObject |
|
69 | 68 | * @param string $type |
70 | 69 | * |
71 | 70 | * |
@@ -77,7 +77,6 @@ |
||
77 | 77 | * Create a writer given the PHPExcelObject and the type, |
78 | 78 | * the type could be one of PHPExcel_IOFactory::$_autoResolveClasses |
79 | 79 | * |
80 | - * @param Spreadsheet $phpExcelObject |
|
81 | 80 | * @param string $type |
82 | 81 | * |
83 | 82 | * @return IWriter |
@@ -3,9 +3,7 @@ |
||
3 | 3 | namespace Onurb\Bundle\ExcelBundle\Controller; |
4 | 4 | |
5 | 5 | use Onurb\Bundle\ExcelBundle\Factory\ExcelFactory; |
6 | -use PhpOffice\PhpSpreadsheet\Reader\IReader; |
|
7 | 6 | use PhpOffice\PhpSpreadsheet\Spreadsheet; |
8 | -use PhpOffice\PhpSpreadsheet\Writer\IWriter; |
|
9 | 7 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
10 | 8 | use Symfony\Component\HttpFoundation\Response; |
11 | 9 | use Symfony\Component\HttpFoundation\StreamedResponse; |