Skip to content

Commit e456154

Browse files
committed
$value is not used in CollectionEngine closure, remove it.
1 parent 11d8171 commit e456154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Chumper/Datatable/Engines/CollectionEngine.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ private function doInternalSearch(Collection $columns, array $searchColumns)
172172
}
173173

174174
$self = $this;
175-
$this->workingCollection = $this->workingCollection->filter(function($row) use ($value, $toSearch, $caseSensitive, $self, $searchType)
175+
$this->workingCollection = $this->workingCollection->filter(function($row) use ($toSearch, $caseSensitive, $self, $searchType)
176176
{
177177

178178
for($i=0, $stack=array(), $nb=count($row); $i<$nb; $i++)

0 commit comments

Comments
 (0)