We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e0066 commit 01788f9Copy full SHA for 01788f9
src/Column/AbstractColumn.php
@@ -38,7 +38,7 @@ abstract class AbstractColumn
38
/** @var array<string, mixed> */
39
protected $options;
40
41
- public function initialize(string $name, int $index, array $options = [], DataTable $dataTable)
+ public function initialize(string $name, int $index, array $options, DataTable $dataTable)
42
{
43
$this->name = $name;
44
$this->index = $index;
0 commit comments