Skip to content

Commit 9258479

Browse files
committed
Use "@PHPUnit84Migration:risky" rule set
1 parent e0435f0 commit 9258479

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.php_cs.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ return PhpCsFixer\Config::create()
1919
'@Symfony' => true,
2020
'@Symfony:risky' => true,
2121
'@DoctrineAnnotation' => true,
22-
'@PHP56Migration' => true,
23-
'@PHP56Migration:risky' => true,
2422
'@PHP71Migration' => true,
2523
'@PHP71Migration:risky' => true,
24+
'@PHPUnit84Migration:risky' => true,
2625
'array_syntax' => ['syntax' => 'short'],
2726
'fopen_flags' => true,
2827
'header_comment' => ['header' => $fileHeaderComment, 'separate' => 'both'],

0 commit comments

Comments
 (0)