Skip to content

Commit ba23baf

Browse files
committed
Updade php-cs-fixer rules
1 parent 2b30c47 commit ba23baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'@DoctrineAnnotation' => true,
2222
'@PHP81Migration' => true,
2323
'@PHP80Migration:risky' => true,
24-
'@PHPUnit84Migration:risky' => true,
24+
'@PHPUnit100Migration:risky' => true,
2525
'array_syntax' => ['syntax' => 'short'],
2626
'fopen_flags' => true,
2727
'header_comment' => ['header' => $fileHeaderComment, 'separate' => 'both'],

0 commit comments

Comments
 (0)