in src/uriparameters/spec/SimpleParameterCodegenSpec.hack [36:48]
public static function getSetterSpec(
UriParameter $_,
): self::TSpec {
$spec = static::getSimpleSpec();
return shape(
'type' => $spec['type'],
'accessorSuffix' => $spec['accessorSuffix'],
'args' => ImmVector {
Args::ParameterName(),
Args::ParameterValue(),
},
);
}