Skip to content

Instantly share code, notes, and snippets.

View mateuszsip's full-sized avatar

Mateusz Sip mateuszsip

View GitHub Profile
<?php
namespace App\Domain;
/**
* @template TVal
*
* @implements \IteratorAggregate<int,TVal>
*/
class Collection implements \Countable, \IteratorAggregate