From 7dd698e664a85699faa62ce043fc685676defe0e Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Mon, 25 May 2026 14:07:55 +0200 Subject: [PATCH] fix wrong namespace definitions --- .../Fixture/fixture.php.inc | 12 ++++++------ .../Source/SomeModelType.php | 2 +- .../config/configured_rule.php | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/TestCase/Rector/MethodCall/RemoveMethodCallArgsRector/Fixture/fixture.php.inc b/tests/TestCase/Rector/MethodCall/RemoveMethodCallArgsRector/Fixture/fixture.php.inc index 4dbbc418..1664cbcb 100644 --- a/tests/TestCase/Rector/MethodCall/RemoveMethodCallArgsRector/Fixture/fixture.php.inc +++ b/tests/TestCase/Rector/MethodCall/RemoveMethodCallArgsRector/Fixture/fixture.php.inc @@ -1,10 +1,10 @@ getAttribute('paging'); @@ -15,11 +15,11 @@ function addMethodCallArgs() ----- setAttribute('paging', []); diff --git a/tests/TestCase/Rector/MethodCall/RemoveMethodCallArgsRector/Source/SomeModelType.php b/tests/TestCase/Rector/MethodCall/RemoveMethodCallArgsRector/Source/SomeModelType.php index e4b96b5f..6a461108 100644 --- a/tests/TestCase/Rector/MethodCall/RemoveMethodCallArgsRector/Source/SomeModelType.php +++ b/tests/TestCase/Rector/MethodCall/RemoveMethodCallArgsRector/Source/SomeModelType.php @@ -1,7 +1,7 @@