@@ -91,7 +91,6 @@ |
||
| 91 | 91 | /** |
| 92 | 92 | * Analyzes the request using the router and calls corresponding action. |
| 93 | 93 | * Throws HTTP exceptions in case request could not be assigned to an action. |
| 94 | - |
|
| 95 | 94 | * @throws BadRequestException |
| 96 | 95 | * @throws MethodNotAllowedException |
| 97 | 96 | * @throws NotFoundException |
@@ -49,4 +49,4 @@ |
||
| 49 | 49 | } |
| 50 | 50 | |
| 51 | 51 | |
| 52 | - $app->run(); |
|
| 52 | + $app->run(); |
|