@@ -86,7 +86,7 @@ discard block |
||
86 | 86 | * Get a column. |
87 | 87 | * |
88 | 88 | * @param string $data The column data. |
89 | - * @return array Returns the column in case of success, null otherwise. |
|
89 | + * @return DataTablesColumn|null Returns the column in case of success, null otherwise. |
|
90 | 90 | */ |
91 | 91 | public function getColumn($data) { |
92 | 92 | foreach ($this->columns as $current) { |
@@ -136,7 +136,7 @@ discard block |
||
136 | 136 | /** |
137 | 137 | * Get the search. |
138 | 138 | * |
139 | - * @return DatTablesSearch Returns the search. |
|
139 | + * @return DataTablesSearch Returns the search. |
|
140 | 140 | */ |
141 | 141 | public function getSearch() { |
142 | 142 | return $this->search; |