Completed
Branch master (45de7b)
by Rasmus
01:48
created
src/TextContent/ContentController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -304,6 +304,7 @@  discard block
 block discarded – undo
304 304
    * @Param   String    $type       Selected content-type
305 305
    * @Param   Boolean   $published  If content should be published already
306 306
    * @Return  Object    $form       CForm object
307
+   * @return \Mos\HTMLForm\CForm
307 308
    */
308 309
   private function listForm($type = null, $published = false){
309 310
     
@@ -343,6 +344,7 @@  discard block
 block discarded – undo
343 344
    * @Param   String    $action     What to do (add or edit)
344 345
    * @Param   Object    $values     Content values to add form elements
345 346
    * @Return  Object    $form       CForm object
347
+   * @return \Mos\HTMLForm\CForm
346 348
    */
347 349
   private function contentForm($action, $values = null){
348 350
     if(isset($values) && is_object($values)){
@@ -536,6 +538,7 @@  discard block
 block discarded – undo
536 538
    *
537 539
    * @Param   String   $returnUrl       Return url
538 540
    * @Return  Object   $form            Form-object
541
+   * @return \Mos\HTMLForm\CForm
539 542
    */
540 543
   public function confirmForm($returnUrl = null){
541 544
     $returnUrl = (isset($returnUrl)) ? $returnUrl : $this->request->getBaseUrl();
Please login to merge, or discard this patch.