Completed
Push — master ( e93aff...3306d0 )
by Rasmus
01:42
created
src/TextContent/ContentController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -309,6 +309,7 @@  discard block
 block discarded – undo
309 309
    *
310 310
    * @Param   Object    $values     Content values to add form elements
311 311
    * @Reurn   Object    $form       This form object
312
+   * @param string $type
312 313
    */
313 314
   private function listForm($type = null, $published = false){
314 315
     
@@ -539,6 +540,7 @@  discard block
 block discarded – undo
539 540
    *
540 541
    * @Param   String   $returnUrl       Return url
541 542
    * @Return  Object   $form            Form-object
543
+   * @return \Mos\HTMLForm\CForm
542 544
    */
543 545
   public function confirmForm($returnUrl = null){
544 546
     $returnUrl = (isset($returnUrl)) ? $returnUrl : $this->request->getBaseUrl();
@@ -606,6 +608,7 @@  discard block
 block discarded – undo
606 608
 	 *
607 609
 	 * @params  string $type  Type key
608 610
 	 * @returns string        Type title
611
+	 * @return string
609 612
 	 */
610 613
 	public function getTypeTitle($type){
611 614
 		return $this->types[$type]['title'];
Please login to merge, or discard this patch.