Unverified Commit 543dc50b 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()

(cherry picked from commit 1752de41)
parent 90bd6795
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@ public static function setValue(array &$array, array $parents, $value, $force =
   *
   * Instead, use this helper function:
   * @code
   * NestedArray::unset_nested_value($form, $parents, $element);
   * NestedArray::unsetValue($form, $parents, $element);
   * @endcode
   *
   * However if the number of array parent keys is static, the value should