We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e6285 commit 27cae20Copy full SHA for 27cae20
.php-cs-fixer.dist.php
@@ -12,9 +12,9 @@
12
return (new PhpCsFixer\Config())
13
->setRiskyAllowed(true)
14
->setRules(array(
15
- '@PHP71Migration' => true,
16
- '@PHP71Migration:risky' => true,
17
- '@PHPUnit75Migration:risky' => true,
+ '@PHP7x1Migration' => true,
+ '@PHP7x1Migration:risky' => true,
+ '@PHPUnit7x5Migration:risky' => true,
18
'@PhpCsFixer' => true,
19
'@PhpCsFixer:risky' => true,
20
// 'general_phpdoc_annotation_remove' => ['annotations' => ['expectedDeprecation']], // one should use PHPUnit built-in method instead
0 commit comments