php-activerecord
php-activerecord copied to clipboard
Model::all() phpdoc typehint: @returns array in stead of @returns static[]
If you use the one of your model classes, say User, then User::all() will return an array, in stead of static[]