Skip to content

Commit 04d0813

Browse files
authored
move to Source
1 parent 5391771 commit 04d0813

File tree

1 file changed

+2
-2
lines changed
  • rules-tests/DeadCode/Rector/ClassMethod/RemoveParentDelegatingConstructorRector/Source

1 file changed

+2
-2
lines changed

rules-tests/DeadCode/Rector/ClassMethod/RemoveParentDelegatingConstructorRector/Fixture/abstract_do.php.inc renamed to rules-tests/DeadCode/Rector/ClassMethod/RemoveParentDelegatingConstructorRector/Source/abstract_do.php.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use App\AbstractFilterExtension;
88
use Psr\Container\ContainerInterface;
99
use Symfony\Component\DependencyInjection\Attribute\Autowire;
1010

11-
namespace Rector\Tests\DeadCode\Rector\ClassMethod\RemoveParentDelegatingConstructorRector\Fixture;
11+
namespace Rector\Tests\DeadCode\Rector\ClassMethod\RemoveParentDelegatingConstructorRector\Source;
1212

1313
final class DoSomething extends AbstractDo
1414
{
@@ -26,7 +26,7 @@ final class DoSomething extends AbstractDo
2626
}
2727
}
2828

29-
namespace Rector\Tests\DeadCode\Rector\ClassMethod\RemoveParentDelegatingConstructorRector\Fixture;
29+
namespace Rector\Tests\DeadCode\Rector\ClassMethod\RemoveParentDelegatingConstructorRector\Source;
3030

3131
abstract class AbstractDo
3232
{

0 commit comments

Comments
 (0)