Skip to content

Commit 7e100ac

Browse files
authored
Merge pull request #2586 from yajra/fix-tests
Fix tests and doc blocks.
2 parents 4779bcb + 897fc45 commit 7e100ac

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: true
1616
matrix:
1717
php: [7.3, 7.4, 8.0]
18-
stability: [prefer-lowest, prefer-stable]
18+
stability: [prefer-stable]
1919

2020
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
2121

src/Utilities/Request.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33
namespace Yajra\DataTables\Utilities;
44

55
/**
6-
* @method mixed input($key, $default = null)
7-
* @method mixed get($key, $default = null)
8-
* @method mixed query($key, $default = null)
9-
* @method mixed has($key)
10-
* @method mixed merge(array $values)
11-
* @method bool wantsJson()
12-
* @method bool ajax()
13-
* @method array all()
6+
* @mixin \Illuminate\Http\Request
147
*/
158
class Request
169
{

0 commit comments

Comments
 (0)