reinfi/zf-dependency-injection

Multiple injections on constructor not working

reinfi opened this issue · 0 comments

/**
  * @Inject('bla')
  * @Inject('blub')
 **/
public function __constructor(x $a, y $b)

This is not working at the moment.