-
I think the tests below should pass - two don't. Hopefully it's an easy fix but there is a workaround to share instance via the first instance created rather than via the interface name.
```
interfac…
-
The documentation for delegates says:
> NOTE: Auryn\Provider will pass the class name to be instantiated to the specified callable as its lone argument. This doesn't seem to be working.
Test is as f…
-
I'm not sure if aliasing a concrete class to another concrete class is meant to work or not:
```
class ConcreteClass1{}
class ConcreteClass2{}
function testAliasingConcreteClasses(){
$provider …
-
Hi guys,
As I mentioned in the other issue, I'm not a fan of re-throwing errors. I've refactored it in [my fork](https://github.com/Danack/Auryn/tree/danackExceptionRefactor) as that already had some…