Completed
Pull Request — 5.4 (#2676)
by Jeroen
06:09
created
src/Kunstmaan/AdminBundle/Helper/DomainConfiguration.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-     * @return array
66
+     * @return string[]
67 67
      */
68 68
     public function getHosts()
69 69
     {
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
     }
166 166
 
167 167
     /**
168
-     * @param string|int $id
168
+     * @param integer $id
169 169
      */
170 170
     public function getFullHostById($id)
171 171
     {
Please login to merge, or discard this patch.
src/Kunstmaan/MultiDomainBundle/Helper/DomainConfiguration.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,6 +35,9 @@  discard block
 block discarded – undo
35 35
 
36 36
     /**
37 37
      * @param ContainerInterface|string $multilanguage
38
+     * @param \PHPUnit\Framework\MockObject\MockObject $requestStack
39
+     * @param string $defaultLocale
40
+     * @param string $requiredLocales
38 41
      */
39 42
     public function __construct(/*ContainerInterface|RequestStack*/ $requestStack, $multilanguage = null, $defaultLocale = null, $requiredLocales = null, AdminRouteHelper $adminRouteHelper = null, EntityManagerInterface $em = null, array $hosts = null)
40 43
     {
@@ -291,7 +294,7 @@  discard block
 block discarded – undo
291 294
     }
292 295
 
293 296
     /**
294
-     * @param string|int $id
297
+     * @param integer $id
295 298
      *
296 299
      * @return array
297 300
      */
Please login to merge, or discard this patch.