Highlights
- Arctic Code Vault Contributor
- Developer Program Member
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,321 contributions in the last year
Activity overview
Contribution activity
September 2020
Created a pull request in yiisoft/factory that received 4 comments
Fix #18: remove `get` method and `ContainerInterface` from factory
Added Wrapper to satisfy ContainerInterface required in DefinitionInterface.
Also note slightly changed behavior when given a concrete object as de…
+94
−61
•
4
comments
- Fix circular reference again
- Fix `attach` issue
- Switch to psalm and fix static analysis issues
- Fix circular reference when nested container defined
- Add test for changing `ContainerInterface` in container
- Fix `CircularReference` to `ContainerInterface`
- Added test for any definition works in config
- Add alternative tags implementation
- Refactor definition normalize/validate to be in one place in Factory
- Allow more complex function call based defitions