We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256fe8a commit 85c32cdCopy full SHA for 85c32cd
.php-cs-fixer.php
@@ -34,6 +34,8 @@
34
})());
35
36
$rules = include __DIR__ . '/lib/pkp/.php_cs_rules';
37
+require(__DIR__ . '/lib/pkp/classes/dev/fixers/bootstrap.php');
38
$config = new PhpCsFixer\Config();
39
return $config->setRules($rules)
40
+ ->registerCustomFixers(new PKP\dev\fixers\Fixers())
41
->setFinder($finder);
0 commit comments