관리-도구
편집 파일: ObjectWithGenericType.php
<?php namespace CuyZ\Valinor\Type; /** @internal */ interface ObjectWithGenericType extends ObjectType, CompositeType { /** * @return class-string */ public function className(): string; /** * @return list<Type> */ public function generics(): array; }