php-activerecord icon indicating copy to clipboard operation
php-activerecord copied to clipboard

Model::all() phpdoc typehint: @returns array in stead of @returns static[]

Open CC007 opened this issue 8 years ago • 0 comments

If you use the one of your model classes, say User, then User::all() will return an array, in stead of static[]

CC007 avatar Oct 13 '17 15:10 CC007