@@ -185,7 +185,7 @@ discard block |
||
| 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 |
||
| 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 | { |