protected static function getSimpleSpec()

in src/uriparameters/spec/IntParameterCodegenSpec.hack [14:19]


  protected static function getSimpleSpec(): self::TSimpleSpec {
    return shape(
      'type' => 'int',
      'accessorSuffix' => 'Int',
    );
  }