mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-29 06:18:42 +00:00
fixed php 8.1 type bugs
This commit is contained in:
parent
d0db6e7e2c
commit
c0a4cf7ed2
|
|
@ -69,7 +69,7 @@ class DrawImage implements \JsonSerializable, ArrayableInterface
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function jsonSerialize()
|
||||
public function jsonSerialize() : mixed
|
||||
{
|
||||
return $this->toArray();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user