diff --git a/src/Symfony/Component/Form/Form.php b/src/Symfony/Component/Form/Form.php index 88605cd35e..0fb136270d 100644 --- a/src/Symfony/Component/Form/Form.php +++ b/src/Symfony/Component/Form/Form.php @@ -459,7 +459,7 @@ class Form implements \IteratorAggregate, FormInterface public function bind($clientData) { if ($this->readOnly) { - return; + return $this; } if (is_scalar($clientData) || null === $clientData) {