From d339b6dd454d814ffc323fa9077b70e33339c479 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Wed, 5 Jan 2022 00:52:24 +0100 Subject: [CI] PHPCS: check for opening brace on same line (#4122) * [CI] PHPCS: check for opening brace on same line * make fix-all * Minor comments Co-authored-by: Alexandre Alapetite --- app/Models/Feed.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/Models/Feed.php') diff --git a/app/Models/Feed.php b/app/Models/Feed.php index 972983384..781553ca7 100644 --- a/app/Models/Feed.php +++ b/app/Models/Feed.php @@ -496,7 +496,10 @@ class FreshRSS_Feed extends Minz_Model { } } - public function cleanOldEntries() { //Remember to call updateCachedValue($id_feed) or updateCachedValues() just after + /** + * Remember to call updateCachedValue($id_feed) or updateCachedValues() just after + */ + public function cleanOldEntries() { $archiving = $this->attributes('archiving'); if ($archiving == null) { $catDAO = FreshRSS_Factory::createCategoryDao(); -- cgit v1.2.3