@@ -102,10 +102,10 @@ |
||
102 | 102 | /** |
103 | 103 | * Creates a worksheet with the given name |
104 | 104 | * |
105 | - * @param type $name |
|
105 | + * @param string $name |
|
106 | 106 | * @param array $data |
107 | 107 | * |
108 | - * @return array \PHPExcelWorksheet |
|
108 | + * @return \PHPExcel_Worksheet \PHPExcelWorksheet |
|
109 | 109 | */ |
110 | 110 | protected function createWorksheet($name, array $data) |
111 | 111 | { |
@@ -220,7 +220,6 @@ |
||
220 | 220 | /** |
221 | 221 | * Writes the headers |
222 | 222 | * |
223 | - * @param array $csv |
|
224 | 223 | */ |
225 | 224 | protected function writeHeaders() |
226 | 225 | { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Pim\Bundle\ExcelConnectorBundle\Writer; |
4 | 4 | |
5 | -use Akeneo\Component\Batch\Model\StepExecution; |
|
6 | 5 | use Pim\Bundle\BaseConnectorBundle\Writer\File\FileWriter; |
7 | 6 | use Symfony\Component\Serializer\Encoder\EncoderInterface; |
8 | 7 | use Symfony\Component\Validator\Constraints as Assert; |