Completed
Pull Request — develop (#241)
by Oliver
12:18
created
src/ZfcDatagrid/Datagrid.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -778,7 +778,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
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
@@ -185,7 +185,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.