psalm-plugin-laravel/stubs/Enumerable.stubphp

12 lines
214 B
Plaintext
Raw Normal View History

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