Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored Nov 8, 2024
1 parent a2c80df commit 2c9577c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/GridView/BaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,6 @@ public function testNoSortInUrlWhenLimited(): void
->withLimit(10);

$paginator = (new OffsetPaginator($data))

->withPageSize(1);

$output = GridView::widget()
Expand Down

0 comments on commit 2c9577c

Please sign in to comment.