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 @@ -55,7 +55,7 @@ protected function configure()
5555 ;
5656 }
5757
58- protected function execute (InputInterface $ input , OutputInterface $ output )
58+ protected function execute (InputInterface $ input , OutputInterface $ output ): int
5959 {
6060 $ installedRepo = $ this ->getComposer ()->getRepositoryManager ()->getLocalRepository ();
6161
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ protected function configure()
4949 ;
5050 }
5151
52- protected function execute (InputInterface $ input , OutputInterface $ output )
52+ protected function execute (InputInterface $ input , OutputInterface $ output ): int
5353 {
5454 $ composer = $ this ->getComposer ();
5555 $ packages = $ this ->resolver ->resolve ($ input ->getArgument ('packages ' ), true );
You can’t perform that action at this time.
0 commit comments