@@ -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; |
@@ -90,10 +90,10 @@ |
||
90 | 90 | /** |
91 | 91 | * Creates a worksheet with the given name |
92 | 92 | * |
93 | - * @param type $name |
|
93 | + * @param string $name |
|
94 | 94 | * @param array $data |
95 | 95 | * |
96 | - * @return \PHPExcelWorksheet |
|
96 | + * @return \PHPExcel_Worksheet |
|
97 | 97 | */ |
98 | 98 | protected function createWorksheet($name, array $data) |
99 | 99 | { |