Skip to content

Commit 1736953

Browse files
committed
chore: removing irrelevant or default cs config
1 parent 886307f commit 1736953

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.php-cs-fixer.dist.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
declare(strict_types=1);
4-
53
/*
64
* This file is part of the Symfony package.
75
*
@@ -33,8 +31,6 @@
3331
// @see https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7777
3432
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
3533
->setRules([
36-
'@PHP71Migration' => true,
37-
'@PHPUnit75Migration:risky' => true,
3834
'@Symfony' => true,
3935
'@Symfony:risky' => true,
4036
'protected_to_private' => false,
@@ -50,5 +46,4 @@
5046
->append([__FILE__])
5147
->notPath('#/Fixtures/#')
5248
)
53-
->setCacheFile('.php-cs-fixer.cache')
5449
;

0 commit comments

Comments
 (0)