amashigeseiji / wp-resta

WordPress REST API development framework using DI
GNU General Public License v2.0
5 stars 0 forks source link

restrict Container::get() return type #14

Closed amashigeseiji closed 5 months ago

amashigeseiji commented 5 months ago

Do not allow Container::get() return array or string or etc. It should return resolved class or interface.