Skip to content
This repository was archived by the owner on Feb 6, 2019. It is now read-only.

Commit 9d76d08

Browse files
committed
(test) fixed tests
1 parent 8a036d4 commit 9d76d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FunctionalCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function filter(callable $predicate): FunctionalCollection
5353
unset($currentValueSet[$key]);
5454
}
5555
}
56-
return new self(array_currentValueSet($values));
56+
return new self(array_values($currentValueSet));
5757
}
5858

5959
/**

0 commit comments

Comments
 (0)