From 865ecc87963dc3b26e66296616eef2a1cc41ac3f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 25 Oct 2023 12:55:09 +0300 Subject: move to psr-4 autoloader --- classes/IVirtualFeed.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 classes/IVirtualFeed.php (limited to 'classes/IVirtualFeed.php') diff --git a/classes/IVirtualFeed.php b/classes/IVirtualFeed.php new file mode 100644 index 000000000..ccd0680fc --- /dev/null +++ b/classes/IVirtualFeed.php @@ -0,0 +1,11 @@ + $options + * @return array + */ + function get_headlines(int $feed_id, array $options) : array; +} -- cgit v1.2.3-54-g00ecf