elie29 / zend-di-config

PSR-11 PHP-DI container configurator for Laminas, Mezzio, ZF, Expressive applications or any framework that needs a PSR-11 container
MIT License
19 stars 4 forks source link

Support compiling delegator definitions #53

Closed kbock16 closed 2 years ago

kbock16 commented 2 years ago

PHP-DI can't compile the container if definitions have closures with a use statement. The Config class introduces that type of definition when using delegators. This PR fixes this problem.