Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ parameters:

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

excludePaths:
- src/helper.php
Expand Down
2 changes: 1 addition & 1 deletion src/Facades/DataTables.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* @mixin \Yajra\DataTables\DataTables
*
* @method static \Yajra\DataTables\EloquentDatatable eloquent($builder)
* @method static \Yajra\DataTables\EloquentDataTable eloquent($builder)
* @method static \Yajra\DataTables\QueryDataTable query($builder)
* @method static \Yajra\DataTables\CollectionDataTable collection($collection)
*
Expand Down