Completed
Push — master ( 633e35...0b5d7b )
by Rasmus
02:05
created
src/TextContent/ContentController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -590,7 +590,7 @@
 block discarded – undo
590 590
   /**
591 591
    * Prepare save of content to database
592 592
    *
593
-   * @param   object    $form     Form object
593
+   * @param   \Mos\HTMLForm\CForm    $form     Form object
594 594
    * @param   string    $oldSlug  Old slug for content to compare
595 595
    * @return  array     $content  Prepare content array
596 596
    */  
Please login to merge, or discard this patch.
src/TextContent/Content.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
 	 * @param  	int	   		$page				Wich page paging are at
18 18
 	 * @param  	int	   		$perPage		Contents per page
19 19
    * @param  	boolean		$publish 		If it needs to be publish
20
-	 * @return 	object   							With "all" database content data
20
+	 * @return 	\Mos\HTMLForm\CForm   							With "all" database content data
21 21
 	 */
22 22
 	public function getAllContent($page = null, $perPage = null, $publish = true){
23 23
     $now    = date('Y-m-d H:i:s');
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
 	 * @param  	string  	$type			Wich type of content ex. blog, page etc.
59 59
 	 * @param  	int	      $page			Wich page paging are at
60 60
 	 * @param  	int       $perPage	Contents per page
61
-	 * @return 	object   						With "all" database content data
61
+	 * @return 	\Mos\HTMLForm\CForm   						With "all" database content data
62 62
 	 */
63 63
 	public function getAllContentOfType($type, $page = null, $perPage = null, $publish = true){
64 64
     $now    = date('Y-m-d H:i:s');
Please login to merge, or discard this patch.