We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d8c01 commit a144e5aCopy full SHA for a144e5a
README.md
@@ -20,7 +20,7 @@ create a `.php_cs` file in your project root and configure the paths for the Fin
20
<?php
21
22
require __DIR__.'/vendor/autoload.php';
23
-$modixSet = new \Modix\RuleSet\Sets\ModixSet();
+$modixSet = new \Modix\PhpCsRulesets\RuleSet\Sets\ModixSet();
24
25
$finder = PhpCsFixer\Finder::create()
26
->in(__DIR__.'/src')
0 commit comments