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 9f6bd3a commit 01c8bdcCopy full SHA for 01c8bdc
preset-fixer/common/Nette.php
@@ -209,7 +209,7 @@
209
'no_null_property_initialization' => true,
210
211
// Constructor having promoted properties must have them in separate lines
212
- PhpCsFixerCustomFixers\Fixer\MultilinePromotedPropertiesFixer::name() => true,
+ 'multiline_promoted_properties' => true,
213
214
// Use the Elvis operator ?: where possible.
215
'ternary_to_elvis_operator' => true,
0 commit comments