mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-30 04:39:01 +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
|
||
|
{
|
||
|
|
||
|
}
|