From 632553a8be48798f8e567c6c5592bb2f1f475101 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Sun, 17 Nov 2024 20:50:01 +0700 Subject: [PATCH] remove config without fixture --- .../config/configured_rule.php | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 rules-tests/RemovingStatic/Rector/ClassMethod/LocallyCalledStaticMethodToNonStaticRector/config/configured_rule.php diff --git a/rules-tests/RemovingStatic/Rector/ClassMethod/LocallyCalledStaticMethodToNonStaticRector/config/configured_rule.php b/rules-tests/RemovingStatic/Rector/ClassMethod/LocallyCalledStaticMethodToNonStaticRector/config/configured_rule.php deleted file mode 100644 index 9364630cd35..00000000000 --- a/rules-tests/RemovingStatic/Rector/ClassMethod/LocallyCalledStaticMethodToNonStaticRector/config/configured_rule.php +++ /dev/null @@ -1,9 +0,0 @@ -withRules([LocallyCalledStaticMethodToNonStaticRector::class]);