Skip to content

Commit 2aef4d0

Browse files
committed
cs fix
1 parent 1a33166 commit 2aef4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Finder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public static function partition(
187187
$notMatchKey = 0;
188188

189189
foreach ($data as $key => $datum) {
190-
$isFound = $filter($datum, $key);
190+
$isFound = $filter($datum, $key);
191191
$useOriginalKey = $preserveKey || ! is_numeric($key);
192192

193193
if ($isFound) {

0 commit comments

Comments
 (0)