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 3270123 commit b463717Copy full SHA for b463717
.php-cs-fixer.dist.php
@@ -62,7 +62,7 @@
62
'elements' => [
63
'const' => 'one',
64
'method' => 'one',
65
- 'property' => 'one'
+ 'property' => 'only_if_meta'
66
]
67
],
68
'class_definition' => true,
@@ -88,6 +88,7 @@
88
'function_declaration' => true,
89
'function_to_constant' => true,
90
'function_typehint_space' => true,
91
+ 'get_class_to_class_keyword' => true,
92
'global_namespace_import' => [
93
'import_classes' => true,
94
'import_constants' => true,
0 commit comments