Skip to content

Commit

Permalink
zendframework#6585 zendframework#6614 - minor CS fixes (spacing)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Dec 5, 2014
1 parent 57a5d29 commit dcf9e48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/Zend/Form/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,9 @@ public function bind($object, $flags = FormInterface::VALUES_NORMALIZED)

$this->bindAs = $flags;
$this->setObject($object);

$data = $this->extract();

$this->populateValues($data, true);

return $this;
Expand Down

0 comments on commit dcf9e48

Please sign in to comment.