Skip to content

Commit ec095a3

Browse files
committed
minor #13 chore: removing irrelevant or default cs config (chr-hertel)
This PR was merged into the main branch. Discussion ---------- chore: removing irrelevant or default cs config | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | | License | MIT * removing strict_types * PHP 7.1 and PHPUnit 7.5 migration should be irrelevant * ` .php-cs-fixer.cache` is the default AFAIK Commits ------- 1736953 chore: removing irrelevant or default cs config
2 parents 886307f + 1736953 commit ec095a3

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)