29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-25 23:02:55 +00:00

Improve doc block

This commit is contained in:
George Wilson 2023-03-03 20:16:45 +00:00 committed by GitHub
parent 80cc878d29
commit 6edd08557c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ class ApplicationHelper
* @param integer|string|null $id A client identifier
* @param boolean $byName If true, find the client by its name
*
* @return \stdClass|array|null Object describing the client, array containing all the clients or null if $id not known
* @return \stdClass|\stdClass[]|null Object describing the client, array containing all the clients or null if $id not known
*
* @since 1.5
*/