mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-15 04:44:36 +02:00
Improved typing of properties
This commit is contained in:
parent
29d1d49aca
commit
13209c3236
30 changed files with 78 additions and 61 deletions
|
@ -36,11 +36,11 @@ final class TreeViewNode implements JsonSerializable
|
|||
|
||||
private ?TreeViewNodeState $state = null;
|
||||
|
||||
private ?array $tags;
|
||||
private ?array $tags = null;
|
||||
|
||||
private ?int $id;
|
||||
private ?int $id = null;
|
||||
|
||||
private ?string $icon;
|
||||
private ?string $icon = null;
|
||||
|
||||
/**
|
||||
* Creates a new TreeView node with the given parameters.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue