File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ public function query(QueryBuilder $builder): QueryDataTable
118118 $ this ->throwInvalidEngineException ($ dataTable , QueryDataTable::class);
119119 }
120120
121+ /** @phpstan-ignore-next-line */
121122 return $ dataTable ::create ($ builder );
122123 }
123124
@@ -135,6 +136,7 @@ public function eloquent(EloquentBuilder $builder): EloquentDataTable
135136 $ this ->throwInvalidEngineException ($ dataTable , EloquentDataTable::class);
136137 }
137138
139+ /** @phpstan-ignore-next-line */
138140 return $ dataTable ::create ($ builder );
139141 }
140142
@@ -152,6 +154,7 @@ public function collection($collection): CollectionDataTable
152154 $ this ->throwInvalidEngineException ($ dataTable , CollectionDataTable::class);
153155 }
154156
157+ /** @phpstan-ignore-next-line */
155158 return $ dataTable ::create ($ collection );
156159 }
157160
You can’t perform that action at this time.
0 commit comments