Skip to content

Commit

Permalink
Enable @PHPUnit84Migration:risky ruleset and run make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Dec 9, 2020
1 parent 6be78f4 commit b283a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ return PhpCsFixer\Config::create()
'@PhpCsFixer' => true,
'@PhpCsFixer:risky' => true,
'@PHP71Migration:risky' => true,
'@PHPUnit75Migration:risky' => true,
'@PHPUnit84Migration:risky' => true,

// Additional rules
'fopen_flags' => true,
Expand Down

0 comments on commit b283a90

Please sign in to comment.