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

Add inline comments #5121

Merged
merged 2 commits into from
Oct 20, 2013
Merged

Conversation

localheinz
Copy link
Member

This PR adds two inline comments when iterating over arrays of form elements and fieldsets.

screen shot 2013-09-16 at 3 28 52 pm

$fieldset->populateValues($data[$name]);
unset($data[$name]);
}
}
} else {
foreach ($this->byName as $name => $element) {
/* @var $element ElementInterface */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead add ElementInterface[] to byName property

@ghost ghost assigned Maks3w Oct 20, 2013
Maks3w added a commit that referenced this pull request Oct 20, 2013
Maks3w added a commit that referenced this pull request Oct 20, 2013
Maks3w added a commit that referenced this pull request Oct 20, 2013
@Maks3w Maks3w merged commit e246f92 into zendframework:master Oct 20, 2013
@localheinz localheinz deleted the hotfix/inspection branch January 15, 2014 22:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants