Completed
Push — master ( 28b967...335197 )
by Sander
31:46 queued 10:53
created
src/Kunstmaan/MultiDomainBundle/Helper/DomainConfiguration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     protected $adminRouteHelper;
35 35
 
36 36
     /**
37
-     * @param ContainerInterface|string $multilanguage
37
+     * @param \PHPUnit_Framework_MockObject_MockObject $multilanguage
38 38
      */
39 39
     public function __construct(/*ContainerInterface|string*/ $multilanguage, $defaultLocale = null, $requiredLocales = null, AdminRouteHelper $adminRouteHelper = null, EntityManagerInterface $em = null, array $hosts = null)
40 40
     {
Please login to merge, or discard this patch.