Completed
Pull Request — master (#17)
by
unknown
04:09
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.