@@ -778,7 +778,7 @@ discard block |
||
778 | 778 | |
779 | 779 | /** |
780 | 780 | * |
781 | - * @return null Column\Action\AbstractAction |
|
781 | + * @return Column\Action\AbstractAction Column\Action\AbstractAction |
|
782 | 782 | */ |
783 | 783 | public function getRowClickAction() |
784 | 784 | { |
@@ -810,7 +810,7 @@ discard block |
||
810 | 810 | |
811 | 811 | /** |
812 | 812 | * |
813 | - * @return Action\Mass[] |
|
813 | + * @return Action\Mass |
|
814 | 814 | */ |
815 | 815 | public function getMassActions() |
816 | 816 | { |
@@ -1205,7 +1205,7 @@ discard block |
||
1205 | 1205 | * Set service locator |
1206 | 1206 | * |
1207 | 1207 | * @param ContainerInterface $serviceLocator |
1208 | - * @return mixed |
|
1208 | + * @return Datagrid |
|
1209 | 1209 | */ |
1210 | 1210 | public function setServiceLocator(ContainerInterface $serviceLocator) |
1211 | 1211 | { |
@@ -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 | { |