Skip to content

Commit a07cd38

Browse files
chore(ci): fix ph-cs-fixer config
1 parent d848964 commit a07cd38

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,6 @@
1919
return $config
2020
->setRules([
2121
'@PSR2' => true,
22-
'array_syntax' => ['syntax' => 'short'],
23-
'ordered_imports' => ['sort_algorithm' => 'alpha'],
24-
'no_unused_imports' => true,
25-
'not_operator_with_successor_space' => true,
26-
'trailing_comma_in_multiline' => true,
27-
'phpdoc_scalar' => true,
28-
'unary_operator_spaces' => true,
29-
'binary_operator_spaces' => true,
30-
'blank_line_before_statement' => [
31-
'statements' => ['break', 'continue', 'declare', 'return', 'throw', 'try'],
32-
],
33-
'phpdoc_single_line_var_spacing' => true,
34-
'phpdoc_var_without_name' => true,
35-
'class_attributes_separation' => [
36-
'elements' => [
37-
'method',
38-
],
39-
],
40-
'method_argument_space' => [
41-
'on_multiline' => 'ensure_fully_multiline',
42-
'keep_multiple_spaces_after_comma' => true,
43-
],
44-
'single_trait_insert_per_statement' => true,
22+
'@PhpCsFixer' => true,
4523
])
4624
->setFinder($finder);

0 commit comments

Comments
 (0)