@@ -95,7 +95,7 @@ |
||
95 | 95 | * @param string $domain translation domain name |
96 | 96 | * @param string|null $code optional language code (defaults to the current language) |
97 | 97 | * |
98 | - * @return callable function ($text, array $tokens) : string |
|
98 | + * @return Closure function ($text, array $tokens) : string |
|
99 | 99 | */ |
100 | 100 | public static function domain($domain, $code = null) |
101 | 101 | { |