@@ -51,7 +51,7 @@  | 
                                                    ||
| 51 | 51 | /**  | 
                                                        
| 52 | 52 | * Run the action  | 
                                                        
| 53 | 53 | *  | 
                                                        
| 54 | - * @return ResponseInterface Response  | 
                                                        |
| 54 | + * @return \Apparat\Server\Domain\Contract\ResponderInterface Response  | 
                                                        |
| 55 | 55 | */  | 
                                                        
| 56 | 56 | public function __invoke()  | 
                                                        
| 57 | 57 |      { | 
                                                        
@@ -51,7 +51,7 @@  | 
                                                    ||
| 51 | 51 | /**  | 
                                                        
| 52 | 52 | * Run the action  | 
                                                        
| 53 | 53 | *  | 
                                                        
| 54 | - * @return ResponseInterface Response  | 
                                                        |
| 54 | + * @return \Apparat\Server\Domain\Contract\ResponderInterface Response  | 
                                                        |
| 55 | 55 | */  | 
                                                        
| 56 | 56 | public function __invoke()  | 
                                                        
| 57 | 57 |      { | 
                                                        
@@ -272,7 +272,7 @@  | 
                                                    ||
| 272 | 272 | /**  | 
                                                        
| 273 | 273 | * Set and validate the route action  | 
                                                        
| 274 | 274 | *  | 
                                                        
| 275 | - * @param string|array $actions Route actions  | 
                                                        |
| 275 | + * @param callable $actions Route actions  | 
                                                        |
| 276 | 276 | */  | 
                                                        
| 277 | 277 | protected function setAndValidateActionList($actions)  | 
                                                        
| 278 | 278 |      { |