Skip to content

Commit c79f2bf

Browse files
committed
misc
1 parent fccfdda commit c79f2bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/Symfony73/Rector/Class_/InvokableCommandInputAttributeRector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function execute(InputInterface $input, OutputInterface $output)
8080
8181
// ...
8282
83-
return 1;
83+
return Command::SUCCESS;
8484
}
8585
}
8686
CODE_SAMPLE
@@ -105,7 +105,7 @@ public function __invoke(
105105
106106
// ...
107107
108-
return 1;
108+
return Command::SUCCESS;
109109
}
110110
}
111111
CODE_SAMPLE

0 commit comments

Comments
 (0)