Skip to content

Commit

Permalink
Update code.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 12, 2019
1 parent e73924a commit d95b896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Operation/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function run(Collection $collection): Collection

if (null === $callback) {
$callback = static function ($value) {
return (bool) $value;
return $value;
};
}

Expand Down

0 comments on commit d95b896

Please sign in to comment.