diff --git a/rules-tests/DependencyInjection/Rector/Class_/GetBySymfonyStringToConstructorInjectionRector/Fixture/stick_with_constructor.php.inc b/rules-tests/DependencyInjection/Rector/Class_/GetBySymfonyStringToConstructorInjectionRector/Fixture/stick_with_constructor.php.inc new file mode 100644 index 000000000..a5600f233 --- /dev/null +++ b/rules-tests/DependencyInjection/Rector/Class_/GetBySymfonyStringToConstructorInjectionRector/Fixture/stick_with_constructor.php.inc @@ -0,0 +1,43 @@ +get('validator'); + } +} + +?> +----- +validator; + } +} + +?>