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:
@@ -38,7 +38,7 @@ class Attach extends Entity implements JsonSerializable {
|
||||
$this->deepLinkUrl = $deepLinkUrl;
|
||||
}
|
||||
|
||||
public function jsonSerialize() {
|
||||
public function jsonSerialize(): array {
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'note_id' => $this->noteId,
|
||||
|
||||
Reference in New Issue
Block a user