protected List getOptions()

in src/com/jetbrains/php/tools/quality/phpstan/PhpStanAnnotatorProxy.java [26:29]


  protected List<String> getOptions(@Nullable String filePath, @NotNull PhpStanValidationInspection inspection, 
                                    @Nullable InspectionProfile profile, @NotNull Project project) {
    return emptyList();
  }