We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bca179 commit 547f87fCopy full SHA for 547f87f
src/org/mediawiki/MediaWikiPhpPredefinedCodeStyle.java
@@ -50,7 +50,7 @@ public void apply(CodeStyleSettings settings) {
50
PhpCodeStyleSettings phpSettings = settings.getCustomSettings(PhpCodeStyleSettings.class);
51
phpSettings.LOWER_CASE_BOOLEAN_CONST = true;
52
phpSettings.LOWER_CASE_NULL_CONST = true;
53
- phpSettings.BLANK_LINE_BEFORE_RETURN_STATEMENT = true;
+ phpSettings.BLANK_LINES_BEFORE_RETURN_STATEMENT = 1;
54
phpSettings.KEEP_RPAREN_AND_LBRACE_ON_ONE_LINE = true;
55
56
CodeStyleSettings.IndentOptions indentOptions = settings.getIndentOptions(PhpFileType.INSTANCE);
0 commit comments