Completed
Pull Request — master (#34)
by Romain
02:37
created
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.
Excel/Builder/AbstractExcelBuilder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,10 +90,10 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.