@@ -25,7 +25,7 @@  | 
                                                    ||
| 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)  | 
                                                        
@@ -13,6 +13,9 @@  | 
                                                    ||
| 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;  |