Dylan K. Taylor 004f7ef82e phpstan: stub out the iterable bullshit with pthreads
this isn't a perfect fix, but it's better than it whining about all the things.
2020-01-30 22:31:15 +00:00

7 lines
102 B
Plaintext

<?php
/**
* @implements \Traversable<array-key, mixed>
*/
class Threaded implements \Traversable{}