We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb74cf commit 396d280Copy full SHA for 396d280
1 file changed
Classes/Domain/ValueObject/CellDataValueObject.php
@@ -276,6 +276,7 @@ public function getClass(): string
276
/**
277
* @inheritDoc
278
*/
279
+ #[\ReturnTypeWillChange]
280
public function jsonSerialize()
281
{
282
$data = ['val' => $this->getFormattedValue()];
0 commit comments