Skip to content

Commit

Permalink
Merge pull request #3003 from sebdesign/master
Browse files Browse the repository at this point in the history
fix: return type for `setTransformer()` and `setSerializer()`
  • Loading branch information
yajra authored May 31, 2023
2 parents dc5a305 + 3782e85 commit 27b96e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DataTableAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
use Yajra\DataTables\Utilities\Helper;

/**
* @method DataTableAbstract setTransformer($transformer)
* @method DataTableAbstract setSerializer($transformer)
* @method static setTransformer($transformer)
* @method static setSerializer($transformer)
*
* @property-read mixed $transformer
* @property-read mixed $serializer
Expand Down

0 comments on commit 27b96e1

Please sign in to comment.