@@ -24,7 +24,7 @@  | 
                                                    ||
| 24 | 24 | $this->router = $router;  | 
                                                        
| 25 | 25 | }  | 
                                                        
| 26 | 26 | |
| 27 | - public function name(): ?string  | 
                                                        |
| 27 | + public function name(): ? string  | 
                                                        |
| 28 | 28 |      { | 
                                                        
| 29 | 29 | return $this->name;  | 
                                                        
| 30 | 30 | }  | 
                                                        
@@ -24,7 +24,7 @@  | 
                                                    ||
| 24 | 24 | return $this->exception;  | 
                                                        
| 25 | 25 | }  | 
                                                        
| 26 | 26 | |
| 27 | - public function response(): ?Response  | 
                                                        |
| 27 | + public function response(): ? Response  | 
                                                        |
| 28 | 28 |      { | 
                                                        
| 29 | 29 | return $this->response;  | 
                                                        
| 30 | 30 | }  | 
                                                        
@@ -156,7 +156,7 @@  | 
                                                    ||
| 156 | 156 | $this->setScheme($request->getScheme());  | 
                                                        
| 157 | 157 | $this->setHost($request->getHost());  | 
                                                        
| 158 | 158 |          if (self::HTTP_PORT !== $request->getPort()) { | 
                                                        
| 159 | - $this->setHost($this->host() . ':' . $request->getPort());  | 
                                                        |
| 159 | + $this->setHost($this->host().':'.$request->getPort());  | 
                                                        |
| 160 | 160 | }  | 
                                                        
| 161 | 161 | |
| 162 | 162 | return $this;  |