Skip to content

Commit b463717

Browse files
Update PHP-CS-Fixer configuration
1 parent 3270123 commit b463717

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
'elements' => [
6363
'const' => 'one',
6464
'method' => 'one',
65-
'property' => 'one'
65+
'property' => 'only_if_meta'
6666
]
6767
],
6868
'class_definition' => true,
@@ -88,6 +88,7 @@
8888
'function_declaration' => true,
8989
'function_to_constant' => true,
9090
'function_typehint_space' => true,
91+
'get_class_to_class_keyword' => true,
9192
'global_namespace_import' => [
9293
'import_classes' => true,
9394
'import_constants' => true,

0 commit comments

Comments
 (0)