From d8feda89a5b807a944fe5d29bde4e4b124ffe3cd Mon Sep 17 00:00:00 2001 From: Molkobain Date: Fri, 23 Apr 2021 17:03:29 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B02875=20-=20Add=20return=20example=20in?= =?UTF-8?q?=20the=20PHPDoc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/utils.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/application/utils.inc.php b/application/utils.inc.php index 4a86debcc..d27692e49 100644 --- a/application/utils.inc.php +++ b/application/utils.inc.php @@ -2896,6 +2896,12 @@ HTML; * @param string $sFormat {@uses static::ENUM_TEXT_FORMAT_HTML, ...} * * @return array Array of object classes / IDs for the ones found in $sText + * + * [ + * 'ClassA' => ['ID1', 'ID2', ...], + * 'ClassB' => ['ID3], + * ] + * * @throws \Exception * @since 3.0.0 */