Completed
Push — master ( b3f7b7...8fe0a2 )
by Nils
04:14
created
src/OpenSkill/Datatable/Views/DatatableView.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/OpenSkill/Datatable/Datatable.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.