Completed
Push — master ( 00ca69...f76e7b )
by Rasmus
01:56
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/ValidContent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
156 156
   /**
157 157
 	 * Check so the select filters exist.
158 158
 	 *
159
-	 * @param     array 	  $filters  Array with select filters
159
+	 * @param     string 	  $filter  Array with select filters
160 160
 	 * @return    boolean   $result   Return the result of test
161 161
 	 */
162 162
 	public function checkFilter($filter = null){
Please login to merge, or discard this patch.