We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886307f commit 1736953Copy full SHA for 1736953
.php-cs-fixer.dist.php
@@ -1,7 +1,5 @@
1
<?php
2
3
-declare(strict_types=1);
4
-
5
/*
6
* This file is part of the Symfony package.
7
*
@@ -33,8 +31,6 @@
33
31
// @see https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7777
34
32
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
35
->setRules([
36
- '@PHP71Migration' => true,
37
- '@PHPUnit75Migration:risky' => true,
38
'@Symfony' => true,
39
'@Symfony:risky' => true,
40
'protected_to_private' => false,
@@ -50,5 +46,4 @@
50
46
->append([__FILE__])
51
47
->notPath('#/Fixtures/#')
52
48
)
53
- ->setCacheFile('.php-cs-fixer.cache')
54
49
;
0 commit comments