diff --git a/rules-tests/Symfony73/Rector/Class_/InvokableCommandInputAttributeRector/Fixture/command_with_io.php.inc b/rules-tests/Symfony73/Rector/Class_/InvokableCommandInputAttributeRector/Fixture/command_with_io.php.inc new file mode 100644 index 00000000..bc3037df --- /dev/null +++ b/rules-tests/Symfony73/Rector/Class_/InvokableCommandInputAttributeRector/Fixture/command_with_io.php.inc @@ -0,0 +1,42 @@ +info('Great success!'); + + return 1; + } +} +?> +----- +info('Great success!'); + + return 1; + } +} +?>