Completed
Push — master ( 91ccca...3b7729 )
by Rasmus
15:48
created
src/TextContent/ContentController.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -536,6 +536,7 @@
 block discarded – undo
536 536
    *
537 537
    * @Param   String   $returnUrl       Return url
538 538
    * @Return  Object   $form            Form-object
539
+   * @return string
539 540
    */
540 541
   public function confirmForm($returnUrl = null){
541 542
     $returnUrl = (isset($returnUrl)) ? $returnUrl : $this->request->getBaseUrl();
Please login to merge, or discard this patch.