Completed
Push — master ( a39cf7...509ea1 )
by Matt
01:41
created
src/Vivait/TenantBundle/Locator/CookieLocator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
 
26 26
     /**
27 27
      * @param Request        $request
28
-     * @param                $cookieName
28
+     * @param                string $cookieName
29 29
      * @param TenantRegistry $tenantRegistry
30 30
      */
31 31
     public function __construct(Request $request, $cookieName, TenantRegistry $tenantRegistry)
Please login to merge, or discard this patch.
src/Vivait/TenantBundle/Locator/HeaderLocator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -13,6 +13,9 @@
 block discarded – undo
13 13
      */
14 14
     private $headerKey;
15 15
 
16
+    /**
17
+     * @param string $headerKey
18
+     */
16 19
     public function __construct(Request $request, $headerKey)
17 20
     {
18 21
         $this->request = $request;
Please login to merge, or discard this patch.
src/Vivait/TenantBundle/Locator/GetParameterLocator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      * @param string         $parameterName
60 60
      * @param TenantRegistry $registry
61 61
      *
62
-     * @return mixed
62
+     * @return string
63 63
      */
64 64
     public static function getTenantFromRequest(Request $request, $parameterName = 'tenant', TenantRegistry $registry)
65 65
     {
Please login to merge, or discard this patch.