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()
55
55
;
56
56
}
57
57
58
- protected function execute (InputInterface $ input , OutputInterface $ output )
58
+ protected function execute (InputInterface $ input , OutputInterface $ output ): int
59
59
{
60
60
$ installedRepo = $ this ->getComposer ()->getRepositoryManager ()->getLocalRepository ();
61
61
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ protected function configure()
49
49
;
50
50
}
51
51
52
- protected function execute (InputInterface $ input , OutputInterface $ output )
52
+ protected function execute (InputInterface $ input , OutputInterface $ output ): int
53
53
{
54
54
$ composer = $ this ->getComposer ();
55
55
$ packages = $ this ->resolver ->resolve ($ input ->getArgument ('packages ' ), true );
You can’t perform that action at this time.
0 commit comments