diff options
| author | 2021-05-08 10:27:18 +0200 | |
|---|---|---|
| committer | 2021-05-08 10:27:18 +0200 | |
| commit | 607f7e725487ce0eb0339b288ce9e58036dad4a0 (patch) | |
| tree | 5143afbcdcf15e22b70a93e1f4744cc85eea8517 /app/Controllers/feedController.php | |
| parent | 224b20edd16a6abd4879fe0e9e0f4c1608c9accf (diff) | |
Fix several comments syntaxes (#3615)
Mainly wrong `@return` types in comments
Diffstat (limited to 'app/Controllers/feedController.php')
| -rwxr-xr-x | app/Controllers/feedController.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
