setType('string'); } public function supports(Type $type): bool { return Type::BUILTIN_TYPE_STRING === $type->getBuiltinType(); } }