mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-13 03:44:36 +02:00
Fixed some deprecations.
This commit is contained in:
parent
4fa8eef1bf
commit
5fd608f42a
59 changed files with 202 additions and 165 deletions
|
@ -94,7 +94,7 @@ final class TreeViewNodeState implements JsonSerializable
|
|||
return $this;
|
||||
}
|
||||
|
||||
public function jsonSerialize()
|
||||
public function jsonSerialize(): array
|
||||
{
|
||||
$ret = [];
|
||||
if (null !== $this->selected) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue