Home
last modified time | relevance | path

Searched refs:Iterable_ (Results 1 – 6 of 6) sorted by relevance

/dports/www/typo3-10/typo3_src-10.4.25/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php26 use phpDocumentor\Reflection\Types\Iterable_; alias
96 'iterable' => Iterable_::class,
454 * @return Array_|Iterable_|Collection
526 return new Iterable_($valueType, $keyType);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php26 use phpDocumentor\Reflection\Types\Iterable_; alias
96 'iterable' => Iterable_::class,
454 * @return Array_|Iterable_|Collection
526 return new Iterable_($valueType, $keyType);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/phpdocumentor/type-resolver/src/Types/
H A DIterable_.php21 final class Iterable_ extends AbstractList class
/dports/www/typo3-11/typo3_src-11.5.7/vendor/phpdocumentor/type-resolver/src/Types/
H A DIterable_.php21 final class Iterable_ extends AbstractList class
/dports/devel/phpunit8/
H A Dphpunit15279 final class Iterable_ extends AbstractList
15955 use PHPUnit\phpDocumentor\Reflection\Types\Iterable_;
15993 …s\Static_::class, 'parent' => Types\Parent_::class, 'iterable' => Types\Iterable_::class, 'never' …
16283 * @return Array_|Iterable_|Collection
16329 return new Iterable_($valueType, $keyType);
/dports/devel/phpunit9/
H A Dphpunit34991 final class Iterable_ extends AbstractList
35667 use PHPUnit\phpDocumentor\Reflection\Types\Iterable_;
35705 …s\Static_::class, 'parent' => Types\Parent_::class, 'iterable' => Types\Iterable_::class, 'never' …
35995 * @return Array_|Iterable_|Collection
36041 return new Iterable_($valueType, $keyType);