Skip to content

Commit 8315239

Browse files
authored
Merge pull request #4912 from JustCarty/patch-1
[5.7] Corrected description of data_set
2 parents 0d46878 + f8f25d8 commit 8315239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ This function also accepts wildcards and will set values on the target according
604604
]
605605
*/
606606

607-
By default, any existing values are overwritten. If you wish to only set a value if it doesn't exist, you may pass `false` as the third argument:
607+
By default, any existing values are overwritten. If you wish to only set a value if it doesn't exist, you may pass `false` as the fourth argument:
608608

609609
$data = ['products' => ['desk' => ['price' => 100]]];
610610

0 commit comments

Comments
 (0)