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