Completed
Pull Request — master (#18)
by Michal
02:12
created
app/Core/Translator/Translator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -48,6 +48,9 @@
 block discarded – undo
48 48
         return $value ? $this->replaceTokens($value, $params) : $message;
49 49
     }
50 50
 
51
+    /**
52
+     * @param string $message
53
+     */
51 54
     private function replaceTokens($message, $params = null)
52 55
     {
53 56
         if (!$params) {
Please login to merge, or discard this patch.