Skip to content

Commit c5e48e9

Browse files
Update config key for ordered class elements fixer (#574)
1 parent bb22d6b commit c5e48e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/insights/style.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ This sniff orders the elements of classes/interfaces/traits.
741741
'method_protected',
742742
'method_private',
743743
],
744-
'sortAlgorithm' => 'none' // possible values ['none', 'alpha']
744+
'sort_algorithm' => 'none' // possible values ['none', 'alpha']
745745
]
746746
```
747747
</details>

0 commit comments

Comments
 (0)