Skip to content

Commit e1b027e

Browse files
committed
fix: Add #[\ReturnTypeWillChange]
1 parent cc0703e commit e1b027e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Grid/Column/Column.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public function __toString(): string
5252
return $this->getCode();
5353
}
5454

55+
#[\ReturnTypeWillChange]
5556
public function jsonSerialize(): mixed
5657
{
5758
return [

Grid/State/FilterState.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function __toString()
4545
return $this->value;
4646
}
4747

48+
#[\ReturnTypeWillChange]
4849
public function jsonSerialize(): mixed
4950
{
5051
return [

0 commit comments

Comments
 (0)