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 21, 2020. It is now read-only.
Is there a reason, why ZF\Configuration uses Zend\Config\Writer\WriterInterface (good) for extensibility, but provides this service via Zend\ModuleManager\Feature\ServiceProviderInterface API (bad) and not simply via module configuration?
This makes overriding with another Zend\Config\Writer\WriterInterface-implementation less convenient. You have to either allow overriding (bad, affects everything in service manager) or hook up to certain events to make modification.
The text was updated successfully, but these errors were encountered:
Is there a reason, why
ZF\Configuration
usesZend\Config\Writer\WriterInterface
(good) for extensibility, but provides this service viaZend\ModuleManager\Feature\ServiceProviderInterface
API (bad) and not simply via module configuration?This makes overriding with another
Zend\Config\Writer\WriterInterface
-implementation less convenient. You have to either allow overriding (bad, affects everything in service manager) or hook up to certain events to make modification.The text was updated successfully, but these errors were encountered: