@@ -83,7 +83,7 @@ |
||
83 | 83 | /** |
84 | 84 | * Checks the given class against Middleware Criteria. |
85 | 85 | * |
86 | - * @param $middleWareClass |
|
86 | + * @param string $middleWareClass |
|
87 | 87 | * |
88 | 88 | * @throws RuntimeException |
89 | 89 | * |
@@ -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. |