We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206edb7 commit b4d63f4Copy full SHA for b4d63f4
src/Forms/Container.php
@@ -116,6 +116,7 @@ public function getValues($returnType = null)
116
$rc = new \ReflectionClass($obj);
117
118
foreach ($this->getComponents() as $name => $control) {
119
+ $name = (string) $name;
120
if ($control instanceof IControl && !$control->isOmitted()) {
121
$obj->$name = $control->getValue();
122
} elseif ($control instanceof self) {
0 commit comments