We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6ed333 + 3b4d2cf commit 2bcc9ccCopy full SHA for 2bcc9cc
docs/array-helper.md
@@ -376,7 +376,7 @@ $array = array(
376
// Flatten the nested array and separate the keys by a dot (".")
377
$flattenend1 = ArrayHelper::flatten($array);
378
379
-echo $flattenend1['flower.sakura']; // 'samuari'
+echo $flattenend1['flower.sakura']; // 'samurai'
380
381
// Custom separator
382
$flattenend2 = ArrayHelper::flatten($array, '/');
0 commit comments