Completed
Push — master ( 993045...a7faa2 )
by Christian
05:28 queued 02:54
created
code/controllers/BaseRestController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      *
44 44
      * @param SS_HTTPRequest $request
45 45
      * @param string $action
46
-     * @return HTMLText|SS_HTTPResponse
46
+     * @return SS_HTTPResponse
47 47
      */
48 48
     protected function handleAction($request, $action) {
49 49
         foreach($request->latestParams() as $k => $v) {
Please login to merge, or discard this patch.