| @@ -131,6 +131,7 @@ discard block | ||
| 131 | 131 | } | 
| 132 | 132 | |
| 133 | 133 | /** | 
| 134 | + * @param string $semanticPath | |
| 134 | 135 | * @return Request | 
| 135 | 136 | */ | 
| 136 | 137 | protected function createRequest($semanticPath, $host = 'localhost') | 
| @@ -142,7 +143,7 @@ discard block | ||
| 142 | 143 | } | 
| 143 | 144 | |
| 144 | 145 | /** | 
| 145 | - * @param $request | |
| 146 | + * @param Request $request | |
| 146 | 147 | * | 
| 147 | 148 | * @return GetResponseEvent | 
| 148 | 149 | */ |