Completed
Push — master ( 4ea5af...f482fd )
by Rasmus
03:31
created
src/lang.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
      * @param string      $domain translation domain name
95 95
      * @param string|null $code   optional language code (defaults to the current language)
96 96
      *
97
-     * @return callable function ($text, array $tokens) : string
97
+     * @return \Closure function ($text, array $tokens) : string
98 98
      */
99 99
     public static function domain($domain, $code = null)
100 100
     {
Please login to merge, or discard this patch.