Completed
Push — master ( 21ba0c...a4807e )
by Benjamin
05:43 queued 01:11
created
src/AutoTranslate.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -55,6 +55,9 @@
 block discarded – undo
55 55
         return collect($dottedSource)->only($diff);
56 56
     }
57 57
 
58
+    /**
59
+     * @param \Closure $callbackAfterEachTranslation
60
+     */
58 61
     public function translate(string $targetLanguage, $data, $callbackAfterEachTranslation = null)
59 62
     {
60 63
         $this->translator->setTarget($targetLanguage);
Please login to merge, or discard this patch.