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