Completed
Pull Request — develop (#272)
by Martin
15:43
created
src/ZfcDatagrid/PrepareData.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 
37 37
     /**
38 38
      * @param array $data
39
-     * @param array $columns
39
+     * @param Column\AbstractColumn[] $columns
40 40
      */
41 41
     public function __construct(array $data, array $columns)
42 42
     {
Please login to merge, or discard this patch.
src/ZfcDatagrid/Renderer/TCPDF/Renderer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
     /**
184 184
      * Calculates the column width, based on the papersize and orientation.
185 185
      *
186
-     * @param array $cols
186
+     * @param \ZfcDatagrid\Column\AbstractColumn[] $cols
187 187
      */
188 188
     protected function calculateColumnWidth(array $cols)
189 189
     {
@@ -413,7 +413,7 @@  discard block
 block discarded – undo
413 413
      * @param number $maxWidth
414 414
      * @param number $maxHeight
415 415
      *
416
-     * @return array
416
+     * @return double[]
417 417
      */
418 418
     protected function calcImageSize($imageData, $maxWidth, $maxHeight)
419 419
     {
Please login to merge, or discard this patch.