@@ -117,7 +117,7 @@ |
||
| 117 | 117 | return $this->container; |
| 118 | 118 | } |
| 119 | 119 | |
| 120 | - /** |
|
| 120 | + /** |
|
| 121 | 121 | * Runs the application. This is where the magic happens. |
| 122 | 122 | * For example for a web application this initializes the Request and Response objects, builds the middleware |
| 123 | 123 | * pipeline, applies the Routing and the Dispatch. |