-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
1. add return statement to Adapter::getHelpers method; #49
Comments
@darluc you should probably provide a unit test that reproduces the bug as well. Originally posted by @malukenho at zendframework/zend-db#319 (comment) |
@malukenho okay, I'll try. Originally posted by @darluc at zendframework/zend-db#319 (comment) |
|
@samsonasik this seems to be a bug, so it should not be closed but resolved, as removing is BC break. If this method is no-op, then it does not matter, I guess. |
|
Class
Zend\Db\Adapter\Adapter
methodgetHelpers
, you guys forget to return the$functions
master
branch, and submit against that branch.CHANGELOG.md
entry for the fix.Originally posted by @darluc at zendframework/zend-db#319
The text was updated successfully, but these errors were encountered: