mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Fix some static analisys reports.
This commit is contained in:
@@ -19,7 +19,7 @@ class NoteTag extends Entity implements JsonSerializable {
|
||||
protected $tagId;
|
||||
protected $userId;
|
||||
|
||||
public function jsonSerialize() {
|
||||
public function jsonSerialize(): array {
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'noteid' => $this->noteId,
|
||||
|
||||
Reference in New Issue
Block a user