Completed
Pull Request — 3.x (#5816)
by Bukashk0zzz
03:22
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.
src/Event/LegacyEventDispatcherDecorator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -25,6 +25,9 @@
 block discarded – undo
25 25
  */
26 26
 final class LegacyEventDispatcherDecorator
27 27
 {
28
+    /**
29
+     * @param \Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher
30
+     */
28 31
     public static function decorate(?ContractsEventDispatcherInterface $dispatcher): ?ContractsEventDispatcherInterface
29 32
     {
30 33
         if (null === $dispatcher) {
Please login to merge, or discard this patch.