@@ -590,7 +590,7 @@ |
||
| 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 | */ |
@@ -156,7 +156,7 @@ |
||
| 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){ |