thephpleague / container

Small but powerful dependency injection container

Home Page:http://container.thephpleague.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parameter missing and a suggestion

woxiangfy opened this issue · comments

Container.php file get method

line 162 change to

        $arrayOf = $this->definitions->resolveTagged($id,$new);

a suggestion:

add function

hasTag
getTag

getTag(Array returned )different from get

@philipobenito Should this be fixed?

May I send a PR?

Fixed in 3.3.1

@philipobenito Could you elaborate in which commit?

There is only one commit in the release 93238f7

Thank you.

It is missing from master :(

Yeah there's a mismatch on master currently, 3.x pointer is on 3.x branch now ready for 4.x release