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