This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -157,6 +157,7 @@ | |||
public function setDoctype($doctype) | |||
{ | |||
$this->getDoctypeHelper()->setDoctype($doctype); | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't really need additional whitespace when there are only two lines in the method. (This comment applies throughout the changeset.)
I appreciate the work -- it provides a lot of consistency. A few points:
|
Properties are sorted alphabetically Methods are sorted to logical blocks: magic, renders, helper functions and setters/getters Methods in blocks are sorted alphabetically All helpers now follow this structure set*, get*, has*
Properties are sorted alphabetically Methods are sorted to logical blocks: magic, renders, helper functions and setters/getters Methods in blocks are sorted alphabetically All helpers now follow this structure set*, get*, has*
ghost
assigned weierophinney
Apr 11, 2013
weierophinney
added a commit
that referenced
this pull request
Apr 11, 2013
View helpers cleanup Conflicts: library/Zend/Form/View/Helper/FormRow.php library/Zend/I18n/View/Helper/NumberFormat.php library/Zend/View/Helper/HeadMeta.php library/Zend/View/Helper/Navigation/AbstractHelper.php library/Zend/View/Helper/Placeholder.php library/Zend/View/Helper/Placeholder/Container/AbstractStandalone.php
weierophinney
added a commit
that referenced
this pull request
Apr 11, 2013
Merged to develop for release with 2.2.0. |
weierophinney
added a commit
that referenced
this pull request
Apr 11, 2013
- Decimal representations in NumberFormat view helper were broken due to bad merge.
weierophinney
added a commit
to zendframework/zend-i18n
that referenced
this pull request
May 15, 2015
…elperCleanup View helpers cleanup Conflicts: library/Zend/Form/View/Helper/FormRow.php library/Zend/I18n/View/Helper/NumberFormat.php library/Zend/View/Helper/HeadMeta.php library/Zend/View/Helper/Navigation/AbstractHelper.php library/Zend/View/Helper/Placeholder.php library/Zend/View/Helper/Placeholder/Container/AbstractStandalone.php
weierophinney
added a commit
to zendframework/zend-i18n
that referenced
this pull request
May 15, 2015
weierophinney
added a commit
to zendframework/zend-i18n
that referenced
this pull request
May 15, 2015
- Decimal representations in NumberFormat view helper were broken due to bad merge.
weierophinney
added a commit
to zendframework/zend-view
that referenced
this pull request
May 15, 2015
…elperCleanup View helpers cleanup Conflicts: library/Zend/Form/View/Helper/FormRow.php library/Zend/I18n/View/Helper/NumberFormat.php library/Zend/View/Helper/HeadMeta.php library/Zend/View/Helper/Navigation/AbstractHelper.php library/Zend/View/Helper/Placeholder.php library/Zend/View/Helper/Placeholder/Container/AbstractStandalone.php
weierophinney
added a commit
to zendframework/zend-view
that referenced
this pull request
May 15, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview:
Every helper now follow this structure: