Skip to content

Commit 0655282

Browse files
committed
Add missing throws
1 parent a601be3 commit 0655282

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Utilities/Request.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ public function isColumnOrderable($index)
133133
* Get searchable column indexes.
134134
*
135135
* @return array
136+
*
137+
* @throws \Yajra\DataTables\Exceptions\Exception
136138
*/
137139
public function searchableColumnIndex()
138140
{
@@ -153,6 +155,8 @@ public function searchableColumnIndex()
153155
* @param int $i
154156
* @param bool $column_search
155157
* @return bool
158+
*
159+
* @throws \Yajra\DataTables\Exceptions\Exception
156160
*/
157161
public function isColumnSearchable($i, $column_search = true)
158162
{
@@ -177,6 +181,8 @@ public function isColumnSearchable($i, $column_search = true)
177181
*
178182
* @param int $index
179183
* @return string
184+
*
185+
* @throws \Yajra\DataTables\Exceptions\Exception
180186
*/
181187
public function columnKeyword($index): string
182188
{

0 commit comments

Comments
 (0)