mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
13 lines
202 B
Plaintext
13 lines
202 B
Plaintext
<?php
|
|
|
|
namespace Illuminate\Database\Eloquent;
|
|
|
|
/**
|
|
* @template TModel of Model
|
|
* @extends \Illuminate\Support\Collection<int, TModel>
|
|
*/
|
|
class Collection extends \Illuminate\Support\Collection
|
|
{
|
|
|
|
}
|