From dc849c3d8781f23a5382dfee5a59b4a868559e8b Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 5 Mar 2022 16:00:01 +0100 Subject: Fix HTML base for get full content (#4260) #fix https://github.com/FreshRSS/FreshRSS/issues/4252 --- lib/lib_phpQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lib_phpQuery.php') diff --git a/lib/lib_phpQuery.php b/lib/lib_phpQuery.php index 411aa120c..34269c301 100644 --- a/lib/lib_phpQuery.php +++ b/lib/lib_phpQuery.php @@ -2917,7 +2917,7 @@ class phpQueryObject * jQuey difference * * @param $markup - * @return unknown_type + * @return string */ public function markupOuter($callback1 = null, $callback2 = null, $callback3 = null) { $args = func_get_args(); -- cgit v1.2.3