Completed
Pull Request — master (#6033)
by Daniel
14:54
created
Control/RequestHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -223,7 +223,7 @@  discard block
 block discarded – undo
223 223
 	 *
224 224
 	 * @param HTTPRequest $request The object that is reponsible for distributing URL parsing
225 225
 	 * @param DataModel $model
226
-	 * @return mixed
226
+	 * @return HTTPResponse
227 227
 	 */
228 228
 	public function handleRequest(HTTPRequest $request, DataModel $model) {
229 229
 		$this->beforeHandleRequest($request, $model);
@@ -408,7 +408,7 @@  discard block
 block discarded – undo
408 408
 	 *
409 409
 	 * Must not raise HTTPResponse_Exceptions - instead it should return
410 410
 	 *
411
-	 * @param $request
411
+	 * @param HTTPRequest $request
412 412
 	 * @param $action
413 413
 	 * @return HTTPResponse
414 414
 	 */
Please login to merge, or discard this patch.