mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Does also take int or string
This commit is contained in:
parent
d091cca636
commit
6f57911b44
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ class OC_L10N implements \OCP\IL10N {
|
|||
/**
|
||||
* @brief Localization
|
||||
* @param string $type Type of localization
|
||||
* @param array $data parameters for this localization
|
||||
* @param array|int|string $data parameters for this localization
|
||||
* @returns String or false
|
||||
*
|
||||
* Returns the localized data.
|
||||
|
|
|
|||
Loading…
Reference in a new issue