aboutsummaryrefslogtreecommitdiff
path: root/lib/FeedItem.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/FeedItem.php')
-rw-r--r--lib/FeedItem.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/FeedItem.php b/lib/FeedItem.php
index bd37f119..fc4549a7 100644
--- a/lib/FeedItem.php
+++ b/lib/FeedItem.php
@@ -178,7 +178,6 @@ class FeedItem
} else {
$this->author = $author;
}
- return $this;
}
public function getContent(): ?string
@@ -284,7 +283,6 @@ class FeedItem
} else {
$this->misc[$name] = $value;
}
- return $this;
}
public function toArray(): array