We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be99e5e + 93f0ffa commit 5f43ff0Copy full SHA for 5f43ff0
1 file changed
user_guide_src/source/helpers/array_helper.rst
@@ -70,7 +70,7 @@ The following functions are available:
70
71
// Returns: 23
72
$barBaz = dot_array_search('foo.bar\.baz', $data);
73
- // Returns: 42
+ // Returns: 43
74
$fooBar = dot_array_search('foo\.bar.baz', $data);
75
76
0 commit comments