Completed
Push — master ( a0004e...f7c1f8 )
by Rasmus
04:36
created
src/lang.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.