diff --git a/rules-tests/Symfony61/Rector/Class_/CommandConfigureToAttributeRector/Fixture/example_command.php.inc b/rules-tests/Symfony61/Rector/Class_/CommandConfigureToAttributeRector/Fixture/example_command.php.inc new file mode 100644 index 00000000..cf89eac7 --- /dev/null +++ b/rules-tests/Symfony61/Rector/Class_/CommandConfigureToAttributeRector/Fixture/example_command.php.inc @@ -0,0 +1,16 @@ +setDescription($this->description); + } +} +?>