@@ -770,7 +770,7 @@ |
||
770 | 770 | * Get column name by order column index. |
771 | 771 | * |
772 | 772 | * @param int $index |
773 | - * @return mixed |
|
773 | + * @return boolean|string |
|
774 | 774 | */ |
775 | 775 | protected function getColumnNameByIndex($index) |
776 | 776 | { |
@@ -41,7 +41,7 @@ |
||
41 | 41 | * Check if Datatables must uses regular expressions |
42 | 42 | * |
43 | 43 | * @param integer $index |
44 | - * @return string |
|
44 | + * @return boolean |
|
45 | 45 | */ |
46 | 46 | public function isRegex($index) |
47 | 47 | { |
@@ -580,7 +580,7 @@ |
||
580 | 580 | * Compile queries for column search. |
581 | 581 | * |
582 | 582 | * @param int $i |
583 | - * @param mixed $column |
|
583 | + * @param string $column |
|
584 | 584 | * @param string $keyword |
585 | 585 | */ |
586 | 586 | protected function compileColumnSearch($i, $column, $keyword) |