Skip to content

Commit 6cfac6f

Browse files
linting
1 parent 93ea96f commit 6cfac6f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Database/Adapter/Mongo.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2563,9 +2563,6 @@ private function flattenWithDotNotation(string $key, mixed $value, string $prefi
25632563
[$currentPath, $currentValue] = array_pop($stack);
25642564
if (is_array($currentValue) && !array_is_list($currentValue)) {
25652565
foreach ($currentValue as $nextKey => $nextValue) {
2566-
if ($nextKey === null) {
2567-
continue;
2568-
}
25692566
$nextKey = (string)$nextKey;
25702567
$nextPath = $currentPath === '' ? $nextKey : $currentPath . '.' . $nextKey;
25712568
$stack[] = [$nextPath, $nextValue];

0 commit comments

Comments
 (0)