public static PhpStanConfigurationManager getInstance()

in src/com/jetbrains/php/tools/quality/phpstan/PhpStanConfigurationManager.java [23:25]


  public static PhpStanConfigurationManager getInstance(@NotNull Project project) {
    return project.getService(PhpStanConfigurationManager.class);
  }