diff --git a/src/Core/L10n.php b/src/Core/L10n.php
index 08296068bb..2c45fb9551 100644
--- a/src/Core/L10n.php
+++ b/src/Core/L10n.php
@@ -269,7 +269,7 @@ class L10n
 	 *
 	 * @return string
 	 */
-	public function t(array $s, ...$vars): string
+	public function t(string $s, ...$vars): string
 	{
 		if (empty($s)) {
 			return '';