@@ -23,7 +23,7 @@  | 
                                                    ||
| 23 | 23 | * Run a set of guards.  | 
                                                        
| 24 | 24 | */  | 
                                                        
| 25 | 25 | public function guard(  | 
                                                        
| 26 | - \ReflectionObject|\ReflectionMethod $subject,  | 
                                                        |
| 26 | + \ReflectionObject | \ReflectionMethod $subject,  | 
                                                        |
| 27 | 27 | ServerRequestInterface $request,  | 
                                                        
| 28 | 28 | ResponseInterface $response,  | 
                                                        
| 29 | 29 |      ): ?ResponseInterface { | 
                                                        
@@ -19,7 +19,7 @@  | 
                                                    ||
| 19 | 19 | return $this->guardian;  | 
                                                        
| 20 | 20 | }  | 
                                                        
| 21 | 21 | |
| 22 | - protected function guard(\ReflectionObject|\ReflectionMethod $subject): ?ResponseInterface  | 
                                                        |
| 22 | + protected function guard(\ReflectionObject | \ReflectionMethod $subject): ?ResponseInterface  | 
                                                        |
| 23 | 23 |      { | 
                                                        
| 24 | 24 | return $this->getGuardian()->guard($subject, $this->getRequest(), $this->getResponse());  | 
                                                        
| 25 | 25 | }  |