Completed
Pull Request — master (#34)
by Romain
22:43
created
Excel/Builder/AbstractExcelBuilder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -102,10 +102,10 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Writer/HomogeneousCSVWriter.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -220,7 +220,6 @@
 block discarded – undo
220 220
     /**
221 221
      * Writes the headers
222 222
      *
223
-     * @param array $csv
224 223
      */
225 224
     protected function writeHeaders()
226 225
     {
Please login to merge, or discard this patch.
Writer/Excel2003XmlWriter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.