File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ protected function configure()
9292 *
9393 * @throws LogicException When this abstract method is not implemented
9494 */
95- protected function execute (InputInterface $ input , OutputInterface $ output )
95+ protected function execute (InputInterface $ input , OutputInterface $ output ): int
9696 {
9797 $ this ->packager ->create_extension ($ this ->data );
9898
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ class sample extends \phpbb\console\command\command
5151 * @param InputInterface $input An InputInterface instance
5252 * @param OutputInterface $output An OutputInterface instance
5353 */
54- protected function execute (InputInterface $input , OutputInterface $output )
54+ protected function execute (InputInterface $input , OutputInterface $output ): int
5555 {
5656 $output -> writeln($this -> user -> lang(' CLI_{{ EXTENSION.extension_name|upper }}_HELLO' ));
5757 }
You can’t perform that action at this time.
0 commit comments