We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383b3fa commit 1ccc780Copy full SHA for 1ccc780
1 file changed
src/Configuration/EditorConfig/EditorConfigFactory.php
@@ -44,7 +44,7 @@ public function parse(string $editorConfigFileContents): EditorConfig
44
trimTrailingWhitespace: $this->field($config, 'trim_trailing_whitespace', $this->id(...)),
45
insertFinalNewline: $this->field($config, 'insert_final_newline', $this->id(...)),
46
maxLineLength: $this->field($config, 'max_line_length', $this->id(...)),
47
- quoteType: $config['quote_type'] ?? null,
+ quoteType: $config['quote_type'] ?? null
48
);
49
}
50
0 commit comments