Completed
Pull Request — 3.x (#5571)
by Javier
08:16
created
tests/Menu/Matcher/Voter/ActiveVoterTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     /**
42 42
      * @param mixed $data
43 43
      *
44
-     * @return ItemInterface
44
+     * @return \PHPUnit\Framework\MockObject\MockObject
45 45
      */
46 46
     protected function createItem($data)
47 47
     {
Please login to merge, or discard this patch.
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.