|
|
|
|
|
by phplovesong
205 days ago
|
|
I often return some collection of types in an array eg [User, Config]. Right now my return type is just "array". To get this to work i need to build yet another wrapper class and all that, and thats just wasteful and totally unnecessary. A even more simpler example is An array of some sort of Item. I cant return array(Item), but i only can return an array. |
|
What is not working?