Completed
Push — master ( 7108df...8273aa )
by Martin
03:36
created
src/ZfcDatagrid/Renderer/PHPExcel/Renderer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -261,7 +261,7 @@
 block discarded – undo
261 261
      * Calculates the column width, based on the papersize and orientation
262 262
      *
263 263
      * @param PHPExcel_Worksheet $sheet
264
-     * @param array              $columns
264
+     * @param \ZfcDatagrid\Column\AbstractColumn[]              $columns
265 265
      */
266 266
     protected function calculateColumnWidth(PHPExcel_Worksheet $sheet, array $columns)
267 267
     {
Please login to merge, or discard this patch.