Colin Burton
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
-
Edited Expected behaviour or a bug when returning static[] in docblock?
I recently added a static method to an abstract model class, which was setup something like this: /** * @param $ids * * @return ModelCollection|static[] */ public static function getCollection($ids...