Completed
Push — master ( 64d436...ce1dc5 )
by Martin
12:10
created
src/ZfcDatagrid/DataSource/Doctrine2/Paginator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     }
66 66
 
67 67
     /**
68
-     * @return Doctrine2Paginator|ZfcDatagridPaginator
68
+     * @return integer
69 69
      */
70 70
     private function getPaginator()
71 71
     {
Please login to merge, or discard this patch.
src/ZfcDatagrid/Renderer/PHPExcel/Renderer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -296,7 +296,7 @@
 block discarded – undo
296 296
      * Calculates the column width, based on the papersize and orientation.
297 297
      *
298 298
      * @param \PHPExcel_Worksheet $sheet
299
-     * @param array               $columns
299
+     * @param Column\AbstractColumn[]               $columns
300 300
      */
301 301
     protected function calculateColumnWidth(\PHPExcel_Worksheet $sheet, array $columns)
302 302
     {
Please login to merge, or discard this patch.