Skip to content

Commit 60b020d

Browse files
author
igor-chepurnoi
committed
fix php_cs config
1 parent 82722e4 commit 60b020d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.php_cs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ $finder = PhpCsFixer\Finder::create()
77
$config = PhpCsFixer\Config::create()
88
->setUsingCache(false)
99
->setRules([
10-
<<<<<<< HEAD
1110
'@Symfony' => true,
12-
=======
13-
>>>>>>> 729f3ff516db2509cc5e7ac88dace9ce50189f26
1411
'phpdoc_align' => false,
1512
'phpdoc_summary' => false,
1613
'phpdoc_inline_tag' => false,
@@ -21,18 +18,6 @@ $config = PhpCsFixer\Config::create()
2118
'phpdoc_no_package' => false,
2219
'concat_space' => ['spacing' => 'one'],
2320
'ordered_imports' => true,
24-
<<<<<<< HEAD
25-
=======
26-
'single_quote' => true,
27-
'no_empty_comment' => true,
28-
'no_empty_phpdoc' => true,
29-
'no_empty_statement' => true,
30-
'no_spaces_inside_parenthesis' => true,
31-
'no_trailing_whitespace' => true,
32-
'no_trailing_whitespace_in_comment' => true,
33-
'phpdoc_order' => true,
34-
'trim_array_spaces' => true,
35-
>>>>>>> 729f3ff516db2509cc5e7ac88dace9ce50189f26
3621
'array_syntax' => ['syntax' => 'short'],
3722
])
3823
->setFinder($finder);

0 commit comments

Comments
 (0)