Completed
Pull Request — 3.x (#5571)
by Javier
04:47 queued 01:46
created
src/Translator/Extractor/JMSTranslatorBundle/AdminExtractor.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -192,6 +192,11 @@
 block discarded – undo
192 192
         return $id;
193 193
     }
194 194
 
195
+    /**
196
+     * @param string $id
197
+     * @param integer $number
198
+     * @param string $domain
199
+     */
195 200
     public function transChoice($id, $number, array $parameters = [], $domain = null, $locale = null)
196 201
     {
197 202
         $this->addMessage($id, $domain);
Please login to merge, or discard this patch.