N°2875 - Add return example in the PHPDoc

This commit is contained in:
Molkobain
2021-04-23 17:03:29 +02:00
parent 7aecdd0dc7
commit d8feda89a5

View File

@@ -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
*/