mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-13 03:44:36 +02:00
Fixed some inspection issues.
This commit is contained in:
parent
639829f5c5
commit
8e6bc25d2e
19 changed files with 39 additions and 40 deletions
|
@ -276,11 +276,11 @@ final class TreeViewNode implements JsonSerializable
|
|||
$ret['state'] = $this->state;
|
||||
}
|
||||
|
||||
if ($this->href == null) {
|
||||
if ($this->href === null) {
|
||||
$ret['selectable'] = false;
|
||||
}
|
||||
|
||||
if ($this->icon != null) {
|
||||
if ($this->icon !== null) {
|
||||
$ret['icon'] = $this->icon;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue