|
@@ -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.