Skip to content

Commit 01788f9

Browse files
authored
Fix php8 deprecation warning (#222)
1 parent 87e0066 commit 01788f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Column/AbstractColumn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ abstract class AbstractColumn
3838
/** @var array<string, mixed> */
3939
protected $options;
4040

41-
public function initialize(string $name, int $index, array $options = [], DataTable $dataTable)
41+
public function initialize(string $name, int $index, array $options, DataTable $dataTable)
4242
{
4343
$this->name = $name;
4444
$this->index = $index;

0 commit comments

Comments
 (0)