Skip to content

Commit 58e8205

Browse files
authored
Merge pull request #3123 from yajra/typo
fix: EloquentDataTable return type typo
2 parents 45dbcfd + 74421ec commit 58e8205

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

phpstan.neon.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ parameters:
1010

1111
ignoreErrors:
1212
- '#Unsafe usage of new static\(\).#'
13-
- '#Negated boolean expression is always false.#'
1413

1514
excludePaths:
1615
- src/helper.php

src/Facades/DataTables.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* @mixin \Yajra\DataTables\DataTables
99
*
10-
* @method static \Yajra\DataTables\EloquentDatatable eloquent($builder)
10+
* @method static \Yajra\DataTables\EloquentDataTable eloquent($builder)
1111
* @method static \Yajra\DataTables\QueryDataTable query($builder)
1212
* @method static \Yajra\DataTables\CollectionDataTable collection($collection)
1313
*

0 commit comments

Comments
 (0)