mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-19 21:59:00 +01:00
Fixed some deprecation notices.
This commit is contained in:
@@ -233,7 +233,7 @@ final class TreeViewNode implements JsonSerializable
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function jsonSerialize()
|
||||
public function jsonSerialize(): array
|
||||
{
|
||||
$ret = [
|
||||
'text' => $this->text,
|
||||
|
||||
Reference in New Issue
Block a user