@@ -49,7 +49,7 @@ discard block |
||
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 |
||
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. |