summaryrefslogtreecommitdiff
path: root/classes/ivirtualfeed.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/ivirtualfeed.php')
-rw-r--r--classes/ivirtualfeed.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/classes/ivirtualfeed.php b/classes/ivirtualfeed.php
deleted file mode 100644
index ccd0680fc..000000000
--- a/classes/ivirtualfeed.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-interface IVirtualFeed {
- function get_unread(int $feed_id) : int;
- function get_total(int $feed_id) : int;
- /**
- * @param int $feed_id
- * @param array<string,int|string|bool> $options
- * @return array<int,int|string>
- */
- function get_headlines(int $feed_id, array $options) : array;
-}