8000 Release 3.4.1 · capsulephp/di · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

3.4.1

Compare
Choose a tag to compare
@pmjones pmjones released this 30 Mar 20:54
· 2 commits to 3.x since this release
  • ClassDefinition::collateTypedArgument() now uses Lazy\Get() to defer
    instantation of implicit arguments until the moment they are actually
    used. (Previously it used $container->get() for implicit arguments, which
    would try to instantiate the inherited argument right then; if the
    inherited argument was not defined, this would cause an error, even if
    the child argument was in fact defined.)
0