Skip to content

Commit bedcd44

Browse files
committed
feat(php): fix java nazi linter
1 parent 04e0e42 commit bedcd44

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

generators/src/main/java/com/algolia/codegen/AlgoliaPhpGenerator.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ public void processOpts() {
3737
supportingFiles.add(new SupportingFile("Configuration.mustache", "lib/Configuration", "Configuration.php"));
3838
supportingFiles.add(new SupportingFile("ConfigWithRegion.mustache", "lib/Configuration", "ConfigWithRegion.php"));
3939

40-
supportingFiles.add(
41-
new SupportingFile("client_config.mustache", "lib/Configuration", getClientName(client) + "Config.php")
42-
);
40+
supportingFiles.add(new SupportingFile("client_config.mustache", "lib/Configuration", getClientName(client) + "Config.php"));
4341

4442
setDefaultGeneratorOptions(client);
4543
try {

0 commit comments

Comments
 (0)