Skip to content

Commit 33de85a

Browse files
authored
Replace deprecated @PHPUnit60Migration rule set
1 parent 0c91fbc commit 33de85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'@Symfony' => true,
1515
'@Symfony:risky' => true,
1616
'@PHP7x1Migration' => true,
17-
'@PHPUnit60Migration:risky' => true,
17+
'@PHPUnit6x0Migration:risky' => true,
1818
'combine_consecutive_issets' => true,
1919
'combine_consecutive_unsets' => true,
2020
'heredoc_to_nowdoc' => false,

0 commit comments

Comments
 (0)