@@ -65,7 +65,7 @@ |
||
65 | 65 | } |
66 | 66 | |
67 | 67 | /** |
68 | - * @return Doctrine2Paginator|ZfcDatagridPaginator |
|
68 | + * @return integer |
|
69 | 69 | */ |
70 | 70 | private function getPaginator() |
71 | 71 | { |
@@ -296,7 +296,7 @@ |
||
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 | { |