Completed
Push — master ( e5e4cb...c0714e )
by WEBEWEB
01:31
created
Controller/AbstractDataTablesController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
      *
50 50
      * @param Request $request The request.
51 51
      * @param string $name The provider name.
52
-     * @param array $output The output.
52
+     * @param ActionResponse $output The output.
53 53
      * @return Response Returns the response.
54 54
      */
55 55
     protected function buildDataTablesResponse(Request $request, $name, ActionResponse $output) {
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
     /**
135 135
      * Get a column.
136 136
      *
137
-     * @param DataTableProviderInterface $dtProvider The provider.
137
+     * @param DataTablesProviderInterface $dtProvider The provider.
138 138
      * @param string $data The data.
139 139
      * @return DataTablesColumn Returns the column.
140 140
      * @throws BadDataTablesColumnException Throws a bad column exception.
Please login to merge, or discard this patch.