From dfbcb3465d0695d853306d4fcdb1e2695493e09f Mon Sep 17 00:00:00 2001 From: darthf1 Date: Thu, 10 Jul 2025 12:25:49 +0200 Subject: [PATCH] Create command_with_io.php.inc --- .../Fixture/command_with_io.php.inc | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 rules-tests/Symfony73/Rector/Class_/InvokableCommandInputAttributeRector/Fixture/command_with_io.php.inc 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; + } +} +?>