Skip to content

Commit 8253be5

Browse files
authored
Merge pull request rappasoft#14 from rappasoft/analysis-NAwNxr
Apply fixes from StyleCI
2 parents d29e838 + 498bb87 commit 8253be5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Traits/Pagination.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ trait Pagination
4949

5050
/**
5151
* https://laravel-livewire.com/docs/pagination
52-
* Resetting Pagination After Filtering Data
52+
* Resetting Pagination After Filtering Data.
5353
*/
54-
public function updatingSearch() : void
54+
public function updatingSearch(): void
5555
{
5656
$this->resetPage();
5757
}

0 commit comments

Comments
 (0)