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:
@@ -16,7 +16,7 @@ class Tag extends Entity implements JsonSerializable {
|
||||
protected $userId;
|
||||
protected $name;
|
||||
|
||||
public function jsonSerialize() {
|
||||
public function jsonSerialize(): array {
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'userid' => $this->userId,
|
||||
|
||||
Reference in New Issue
Block a user