Skip to content

Commit aa35d74

Browse files
committed
fix types
1 parent 1c4f675 commit aa35d74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Views/Column.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ class Column
8686
public $linkCallback;
8787

8888
/**
89-
* @var string
89+
* @var ?string
9090
*/
91-
public string $linkTarget;
91+
public ?string $linkTarget;
9292

9393
/**
9494
* Column constructor.

0 commit comments

Comments
 (0)