diff --git a/src/lib/PhpCsFixer/Config.php b/src/lib/PhpCsFixer/Config.php deleted file mode 100644 index 0880d50..0000000 --- a/src/lib/PhpCsFixer/Config.php +++ /dev/null @@ -1,26 +0,0 @@ -setRiskyAllowed(true); - $ruleSet = new Sets\Ibexa50RuleSet(); - $this->setRules($ruleSet->getRules()); - } -}