rdlowrey / auryn

IoC Dependency Injector
MIT License
722 stars 65 forks source link

v1.3.0 is broken #140

Closed claudio-silva closed 8 years ago

claudio-silva commented 8 years ago

After updating from 1.2.0 to 1.3.0 my applications no longer work. I get an 'undefined index' error at: lib/Injector.php, line 120

Examining that line I can see something strange:

$this->shares[$aliasNormalized] = $this->shares[$aliasNormalized];

The code is a no-op; the right side of the assignment is equal to the left side.

rdlowrey commented 8 years ago

Sorry about this. The offending code was reverted and a new 1.4 version was tagged here https://github.com/rdlowrey/auryn/commit/2e4240791162dfe073d59654d8dc06df0eb0b73f