From 77d854ddfac12695397c23c04a96f09b1a2e2828 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Fri, 24 Oct 2025 10:49:29 +0200 Subject: [PATCH] note --- rules/Transform/Rector/MethodCall/MethodCallToFuncCallRector.php | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/Transform/Rector/MethodCall/MethodCallToFuncCallRector.php b/rules/Transform/Rector/MethodCall/MethodCallToFuncCallRector.php index 849b2f1dcd0..057f1082ddd 100644 --- a/rules/Transform/Rector/MethodCall/MethodCallToFuncCallRector.php +++ b/rules/Transform/Rector/MethodCall/MethodCallToFuncCallRector.php @@ -17,6 +17,7 @@ use Webmozart\Assert\Assert; /** + * @note used extensively https://github.com/search?q=MethodCallToFuncCallRector%3A%3Aclass&type=code * @see \Rector\Tests\Transform\Rector\MethodCall\MethodCallToFuncCallRector\MethodCallToFuncCallRectorTest */ final class MethodCallToFuncCallRector extends AbstractRector implements ConfigurableRectorInterface