psalm-plugin-laravel/stubs/Enumerable.stubphp
2021-06-21 17:38:17 -07:00

12 lines
214 B
Plaintext

<?php
namespace Illuminate\Support;
/**
* @template TKey
* @template TValue
*
* @extends \IteratorAggregate<TKey, TValue>
*/
interface Enumerable extends \Countable, \IteratorAggregate, \JsonSerializable {}