Skip to content

Commit 114da04

Browse files
committed
Minor tidy up
1 parent 7760ed7 commit 114da04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/DataTableResponder.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ public function query(callable $queryManipulator)
8989
public function collectionManipulator(callable $collectionManipulator)
9090
{
9191
$this->collectionManipulator = $collectionManipulator;
92-
9392
return $this;
9493
}
9594

@@ -128,7 +127,7 @@ private function paginateQuery(Builder $query)
128127
}
129128

130129
/**
131-
* @return \Illuminate\Contracts\Pagination\LengthAwarePaginator $results
130+
* @param \Illuminate\Contracts\Pagination\LengthAwarePaginator $results
132131
* @return \Illuminate\Contracts\Pagination\LengthAwarePaginator
133132
*/
134133
private function manipulateCollection($results)

0 commit comments

Comments
 (0)