Skip to content

Commit 2bcc9cc

Browse files
committed
Merge remote-tracking branch 'origin/4.x-dev' into 4.x-dev
# Conflicts: # composer.json
2 parents d6ed333 + 3b4d2cf commit 2bcc9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/array-helper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ $array = array(
376376
// Flatten the nested array and separate the keys by a dot (".")
377377
$flattenend1 = ArrayHelper::flatten($array);
378378

379-
echo $flattenend1['flower.sakura']; // 'samuari'
379+
echo $flattenend1['flower.sakura']; // 'samurai'
380380

381381
// Custom separator
382382
$flattenend2 = ArrayHelper::flatten($array, '/');

0 commit comments

Comments
 (0)