-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Placeholder view helper return value #7
Comments
What could we do about the failing Travis build? Should I revert the changes, made to the EDIT: Originally posted by @thexpand at zendframework/zend-view#162 (comment) |
Signed-off-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
I've created PR #49 for it. |
Signed-off-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
…urn-value Fix #7 - placeholder view helper return value should be given also with `null` input
This PR aims to fix the bug, outlined in the following issue: zendframework/zend-view#16
The changes will allow
$this
as a return value of the view helper, when no name is passed as an argument, thus providing access to the methods inside the view helper. For this reason, more tests have been added toZendTest\View\Helper\PlaceholderTest
.Originally posted by @thexpand at zendframework/zend-view#162
The text was updated successfully, but these errors were encountered: