Completed
Pull Request — master (#245)
by
unknown
22:49
created
src/ZfcDatagrid/Renderer/TCPDF/Renderer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -185,7 +185,7 @@  discard block
 block discarded – undo
185 185
     /**
186 186
      * Calculates the column width, based on the papersize and orientation
187 187
      *
188
-     * @param array $cols
188
+     * @param \ZfcDatagrid\Column\AbstractColumn[] $cols
189 189
      */
190 190
     protected function calculateColumnWidth(array $cols)
191 191
     {
@@ -410,7 +410,7 @@  discard block
 block discarded – undo
410 410
      * @param  string $imageData
411 411
      * @param  number $maxWidth
412 412
      * @param  number $maxHeight
413
-     * @return array
413
+     * @return double[]
414 414
      */
415 415
     protected function calcImageSize($imageData, $maxWidth, $maxHeight)
416 416
     {
Please login to merge, or discard this patch.