@@ -29,7 +29,7 @@ |
||
| 29 | 29 | * If no columns are given the user must provide them before building the view. |
| 30 | 30 | * @param string|null $view the name of the view that should be rendered |
| 31 | 31 | * @param Version|null $version The version that supports the current request |
| 32 | - * @param array|null $columnConfiguration The columnConfiguration of the the server side if available |
|
| 32 | + * @param ColumnConfiguration[] $columnConfiguration The columnConfiguration of the the server side if available |
|
| 33 | 33 | */ |
| 34 | 34 | public function __construct($view = null, Version $version = null, array $columnConfiguration = []) |
| 35 | 35 | { |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use OpenSkill\Datatable\Providers\Provider; |
| 7 | 7 | use OpenSkill\Datatable\Versions\VersionEngine; |
| 8 | 8 | use OpenSkill\Datatable\Views\DatatableView; |
| 9 | -use Symfony\Component\HttpFoundation\RequestStack; |
|
| 10 | 9 | |
| 11 | 10 | /** |
| 12 | 11 | * Class Datatable |