From da07608a0e6053f22b7613f8ae6f5c6b2f7bb119 Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Thu, 23 Oct 2025 11:42:54 +0200 Subject: [PATCH] Dropped deprecated Config --- src/lib/PhpCsFixer/Config.php | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/lib/PhpCsFixer/Config.php 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()); - } -}