thephpleague / container

Small but powerful dependency injection container
http://container.thephpleague.com
MIT License
841 stars 101 forks source link

Add mixed as a return type #253

Closed mCassy closed 10 months ago

mCassy commented 11 months ago

Add mixed as a return type since ContainerInterface might add that return type as well. This fix is to suppress warnings that popped up after upgrading to php8.2