pbyrne84 / DynamicReturnTypePlugin

135 stars 7 forks source link

Cannot use %s[] with additional classes #63

Closed HonzaMac closed 3 years ago

HonzaMac commented 8 years ago

Hi! I cannot use combination of array with another classname

{
    "methodCalls": [
        {
            "class": "\\App\\Model\\CRUDInterface",
            "method": "get",
            "position": 0,
            "mask": "%s[]|\\App\\Model\\Entity\\Collection"
        }
    ]
}

Am I doing something wrong?

HonzaMac commented 3 years ago

I don't need it anymore.