Skip to content

Commit caada4e

Browse files
authored
Add SUCCESS return
To fix; ``` [TypeError] Return value of "Vaimo\ComposerPatches\Composer\Commands\ListCommand::execute()" must be of the type int, "null" returned. ```
1 parent 148ab02 commit caada4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Composer/Commands/ListCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
194194
}
195195

196196
$this->generateOutput($output, $patches);
197+
198+
return self::SUCCESS;
197199
}
198200

199201
private function createUnfilteredPatchLoaderPool(\Vaimo\ComposerPatches\Composer\Context $composerContext)

0 commit comments

Comments
 (0)