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

minor improvements to form labels #5910

Merged

Conversation

stefanotorresi
Copy link
Contributor

the LabelOptionsAwareInterface was introduced in #4677 to preserve BC with 5.3.3, but since the whole functionality will make into 2.3 release and we're upping the minimum PHP version, some cleaning is due.

also minor cleanup subsequent to #5533 and reinstated #5539 new feature

it is important to merge this along with #4677 (which hasn't made yet into any release) before 2.3, otherwise this would become a bc break for the very PR it's trying to clean up. ;)

Stefano Torresi added 3 commits March 5, 2014 10:22
this should not be a BC break because the interface is not included in
any release yet, change only affect develop branch
@@ -9,7 +9,7 @@

namespace Zend\Form;

class LabelOptionsAwareTrait
class LabelAwareTrait
Copy link
Member

Choose a reason for hiding this comment

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

Confused... not a trait?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops! typo :P

@weierophinney weierophinney added this to the 2.3.0 milestone Mar 5, 2014
@weierophinney weierophinney self-assigned this Mar 5, 2014
weierophinney added a commit that referenced this pull request Mar 5, 2014
weierophinney added a commit that referenced this pull request Mar 5, 2014
@weierophinney weierophinney merged commit 6fde51b into zendframework:develop Mar 5, 2014
@stefanotorresi stefanotorresi deleted the improvement/form-labels branch March 6, 2014 09:40
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.

3 participants