@@ -31,7 +31,7 @@ |
||
31 | 31 | } |
32 | 32 | |
33 | 33 | /** |
34 | - * @return bool |
|
34 | + * @return string |
|
35 | 35 | */ |
36 | 36 | public function isAscending() |
37 | 37 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | |
6 | 6 | use Illuminate\Http\JsonResponse; |
7 | -use Illuminate\Http\Response; |
|
8 | 7 | use OpenSkill\Datatable\Data\ResponseData; |
9 | 8 | use OpenSkill\Datatable\Queries\QueryConfiguration; |
10 | 9 |
@@ -22,7 +22,7 @@ |
||
22 | 22 | * DatatableView constructor, will take a view as a string if a custom one should be used. will also take the |
23 | 23 | * column configurations to provide out of the box headers for the view. |
24 | 24 | * If no columns are given the user must provide them before building the view. |
25 | - * @param string|null $columnConfiguration The columnConfiguration of the the server side if available |
|
25 | + * @param ColumnConfiguration[] $columnConfiguration The columnConfiguration of the the server side if available |
|
26 | 26 | * @param Version $version The version that supports the current request |
27 | 27 | * @param string $view the name of the view that should be rendered |
28 | 28 | */ |