Failed Conditions
Pull Request — develop_3.0 (#594)
by
unknown
04:29
created
src/Spout/Writer/Common/Entity/Worksheet.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
 
124 124
     /**
125 125
      * sets default column width --- Must be set before WorksheetManager->startSheet() is called on this sheet
126
-     * @param string $col in letter format eg A or AC
126
+     * @param string $colTo in letter format eg A or AC
127 127
      * @param float $width
128 128
      * @throws IOException
129 129
      */
Please login to merge, or discard this patch.
src/Spout/Writer/WriterMultiSheetsAbstract.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -187,8 +187,8 @@
 block discarded – undo
187 187
     }
188 188
 
189 189
     /**
190
-     * @param string $colFrom
191
-     * @param string $colTo
190
+     * @param integer $colFrom
191
+     * @param integer $colTo
192 192
      * @param float $width
193 193
      * @throws \Box\Spout\Common\Exception\IOException
194 194
      */
Please login to merge, or discard this patch.