Skip to content

Commit 0aa68ef

Browse files
committed
Use only Symfony CS rules
1 parent f263409 commit 0aa68ef

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.php_cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ return PhpCsFixer\Config::create()
1717
'@Symfony' => true,
1818
'@Symfony:risky' => true,
1919
'array_syntax' => ['syntax' => 'short'],
20-
'no_useless_else' => true,
21-
'no_useless_return' => true,
22-
'ordered_imports' => true,
23-
'phpdoc_order' => true,
24-
'php_unit_strict' => true,
25-
'strict_comparison' => true,
2620
])
2721
->setFinder($finder)
2822
;

0 commit comments

Comments
 (0)