AliSoftware / Dip

Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances!
MIT License
978 stars 75 forks source link

Wrong method signature of `Definition.implements` with 4 parameters #143

Closed tapsandswipes closed 7 years ago

tapsandswipes commented 7 years ago

The method needs _ on the last two parameters to be consistent with the definition of the same one with 1, 2 and 3 parameters.

ilyapuchka commented 7 years ago

Fixed with 35b6da8556ecc725ce770a09587d10cba6676246