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