mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-02-15 06:38:40 +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}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function jsonSerialize()
|
public function jsonSerialize() : mixed
|
||||||
{
|
{
|
||||||
return $this->toArray();
|
return $this->toArray();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user