summaryrefslogtreecommitdiffstats
path: root/lib/Db/Feed.php
diff options
context:
space:
mode:
authorPaul Tirk <paultirk@paultirk.com>2020-12-27 18:47:22 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 10:23:11 +0200
commit06a45387ef36ec29fb0b80e6481db09911ad1935 (patch)
tree5e6c0e8b137f44cfce3506731ede7e67861e2a12 /lib/Db/Feed.php
parent5e4c927017e82b3c9b12afa098ce0a78aa0c13f9 (diff)
lint & add missing copyright/author information
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
Diffstat (limited to 'lib/Db/Feed.php')
-rw-r--r--lib/Db/Feed.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Db/Feed.php b/lib/Db/Feed.php
index 008390e2b..137416563 100644
--- a/lib/Db/Feed.php
+++ b/lib/Db/Feed.php
@@ -7,8 +7,10 @@
*
* @author Alessandro Cosentino <cosenal@gmail.com>
* @author Bernhard Posselt <dev@bernhard-posselt.com>
+ * @author Paul Tirk <paultirk@paultirk.com>
* @copyright 2012 Alessandro Cosentino
* @copyright 2012-2014 Bernhard Posselt
+ * @copyright 2020 Paul Tirk
*/
namespace OCA\News\Db;
@@ -683,5 +685,4 @@ class Feed extends Entity implements IAPI, \JsonSerializable
return $result;
}
-
}