From 607f7e725487ce0eb0339b288ce9e58036dad4a0 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 8 May 2021 10:27:18 +0200 Subject: Fix several comments syntaxes (#3615) Mainly wrong `@return` types in comments --- app/Controllers/feedController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controllers/feedController.php') diff --git a/app/Controllers/feedController.php b/app/Controllers/feedController.php index dd845bccd..8ee3d5324 100755 --- a/app/Controllers/feedController.php +++ b/app/Controllers/feedController.php @@ -32,7 +32,7 @@ class FreshRSS_feed_Controller extends Minz_ActionController { * @param int $cat_id * @param string $new_cat_name * @param string $http_auth - * @return FreshRSS_Feed|the + * @return FreshRSS_Feed * @throws FreshRSS_AlreadySubscribed_Exception * @throws FreshRSS_FeedNotAdded_Exception * @throws FreshRSS_Feed_Exception -- cgit v1.2.3