You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
I propose to let it default to null and throw an exception if not set. That makes the usage for the developer much easier, as he will have to override it in his class.
Unfortunately this change is a BC-Break for the people that rely on the default value.
The text was updated successfully, but these errors were encountered:
This issue has been moved from the
zendframework
repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.htmlOriginal Issue: https://api.github.com/repos/zendframework/zendframework/issues/7395
User: @tylkomat
Created On: 2015-04-01T07:27:21Z
Updated At: 2015-11-06T21:05:28Z
Body
As pointed out on the mailing list strange things can happen when relying on the default value.
I propose to let it default to
null
and throw anexception
if not set. That makes the usage for the developer much easier, as he will have to override it in his class.Unfortunately this change is a BC-Break for the people that rely on the default value.
The text was updated successfully, but these errors were encountered: