| @@ -44,6 +44,9 @@ | ||
| 44 | 44 | */ | 
| 45 | 45 | protected $vars = []; | 
| 46 | 46 | |
| 47 | + /** | |
| 48 | + * @param callable $handler | |
| 49 | + */ | |
| 47 | 50 | public function __construct(string $method, string $path, $handler) | 
| 48 | 51 |      { | 
| 49 | 52 | $this->method = $method; |