diff --git a/src/Omniphx/Forrest/Client.php b/src/Omniphx/Forrest/Client.php index 92ce655..bdfb987 100644 --- a/src/Omniphx/Forrest/Client.php +++ b/src/Omniphx/Forrest/Client.php @@ -709,7 +709,7 @@ private function setOptions($arguments) { return $options; } - private function setArgument($argument, $options) { + private function setArgument($argument, &$options) { if (!isset($argument)) return; if (!is_array($argument)) return; foreach ($argument as $key => $value) {