Skip to content

Commit 396d280

Browse files
committed
Fix phpstan issue for PHP8.1
1 parent 6fb74cf commit 396d280

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Classes/Domain/ValueObject/CellDataValueObject.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ public function getClass(): string
276276
/**
277277
* @inheritDoc
278278
*/
279+
#[\ReturnTypeWillChange]
279280
public function jsonSerialize()
280281
{
281282
$data = ['val' => $this->getFormattedValue()];

0 commit comments

Comments
 (0)