@@ -183,9 +183,9 @@ |
||
| 183 | 183 | * |
| 184 | 184 | * @param string[] $methods Array of HTTP methods |
| 185 | 185 | * @param string $pattern The route pattern |
| 186 | - * @param callable $handler The route callable |
|
| 186 | + * @param callable $callable |
|
| 187 | 187 | * |
| 188 | - * @return Slim\Interfaces\RouteInterface |
|
| 188 | + * @return Route |
|
| 189 | 189 | */ |
| 190 | 190 | protected function createRoute($methods, $pattern, $callable) |
| 191 | 191 | { |