Subject: | Documentation Errors |
Hallo Steffen,
In der Dokumentation sind zwei Tipp (Copy/Paste)-Fehler:
method map_modify_identical_ref
Similar to method map_modify. Only the given parameter is a array
reference and not a array.
$obj = $obj->map_modify([
... muss
$obj = $obj->map_modify_ref([
heissen.
Ein ähnlicher Fehler etwas weiter unten:
method map_modify_identical_ref
Similar to method map_modify. Only the given parameter is a array
reference and not a array.
$obj = $obj->map_modify(
... muss
$obj = $obj->map_modify_identical_ref(
heissen.
Schöne Grüsse,
Martin