Skip to content

Commit e069bf5

Browse files
committed
Run PHP-CS-Fixer with ruleset PHPUnit100Migration:risky
1 parent dd56e4c commit e069bf5

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
@@ -11,7 +11,7 @@
1111
return $config->setRules([
1212
'@PER-CS2.0' => true,
1313
'@PER-CS2.0:risky' => true,
14-
'@PHPUnit84Migration:risky' => true,
14+
'@PHPUnit100Migration:risky' => true,
1515
'array_syntax' => ['syntax' => 'short'],
1616
'linebreak_after_opening_tag' => true,
1717
'ordered_imports' => true,

0 commit comments

Comments
 (0)