Completed
Pull Request — 5.6 (#2828)
by Oskar
39:49 queued 24:55
created
src/Kunstmaan/TaggingBundle/Entity/TagManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-     * @param $id
71
+     * @param integer|null $id
72 72
      *
73 73
      * @return mixed|null
74 74
      *
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
 
106 106
     /**
107 107
      * @param $class
108
-     * @param $locale
108
+     * @param string $locale
109 109
      * @param int $nbOfItems
110 110
      *
111 111
      * @return array|null
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Tests/Helper/VersionCheck/VersionCheckTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     }
43 43
 
44 44
     /**
45
-     * @return \PHPUnit\Framework\MockObject\MockObject|VersionChecker
45
+     * @return string
46 46
      */
47 47
     public function setUpVersionCheckerMock(?array $methods)
48 48
     {
Please login to merge, or discard this patch.