* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\TypeInfo\Type; /** * @author Mathias Arlaud * @author Baptiste Leduc * * @template T of class-string<\UnitEnum> * * @extends ObjectType */ class EnumType extends ObjectType { }