Skip to content

Commit 01c8bdc

Browse files
committed
updated rule name
1 parent 9f6bd3a commit 01c8bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preset-fixer/common/Nette.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
'no_null_property_initialization' => true,
210210

211211
// Constructor having promoted properties must have them in separate lines
212-
PhpCsFixerCustomFixers\Fixer\MultilinePromotedPropertiesFixer::name() => true,
212+
'multiline_promoted_properties' => true,
213213

214214
// Use the Elvis operator ?: where possible.
215215
'ternary_to_elvis_operator' => true,

0 commit comments

Comments
 (0)