Skip to content
Snippets Groups Projects
Unverified Commit 1752de41 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3249859 by apaderno: The documentation page for...

Issue #3249859 by apaderno: The documentation page for NestedArray::unsetValue() shows example code that uses NestedArray::unset_nested_value()
parent 2a68e8f2
No related branches found
No related tags found
No related merge requests found
...@@ -194,7 +194,7 @@ public static function setValue(array &$array, array $parents, $value, $force = ...@@ -194,7 +194,7 @@ public static function setValue(array &$array, array $parents, $value, $force =
* *
* Instead, use this helper function: * Instead, use this helper function:
* @code * @code
* NestedArray::unset_nested_value($form, $parents, $element); * NestedArray::unsetValue($form, $parents, $element);
* @endcode * @endcode
* *
* However if the number of array parent keys is static, the value should * However if the number of array parent keys is static, the value should
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment