mirror of
https://github.com/friendica/friendica
synced 2024-12-23 11:20:15 +00:00
Ops, wrong type-hint
This commit is contained in:
parent
ec96f2252e
commit
94a594eeb2
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ class L10n
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function t(array $s, ...$vars): string
|
public function t(string $s, ...$vars): string
|
||||||
{
|
{
|
||||||
if (empty($s)) {
|
if (empty($s)) {
|
||||||
return '';
|
return '';
|
||||||
|
|
Loading…
Reference in a new issue