mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
More return types
This commit is contained in:
@@ -57,11 +57,11 @@ class Note extends Entity implements JsonSerializable {
|
||||
$this->sharedBy = $sharedBy;
|
||||
}
|
||||
|
||||
public function setTags(array $tags) {
|
||||
public function setTags(array $tags): void {
|
||||
$this->tags = $tags;
|
||||
}
|
||||
|
||||
public function setAttachts(array $attachts) {
|
||||
public function setAttachts(array $attachts): void {
|
||||
$this->attachts = $attachts;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user