Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/cs-fixes' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Oct 1, 2012
2 parents 3e7435a + 9591854 commit bc20a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Form/Element/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public function setObject($object)

$this->object = $object;
$this->count = count($object);

return $this;
}

Expand Down

0 comments on commit bc20a67

Please sign in to comment.