Skip to content

Commit

Permalink
Remove a todo. Add return value for a method
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Sep 20, 2022
1 parent 927f209 commit 7f9371a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CosyComposer.php
Original file line number Diff line number Diff line change
Expand Up @@ -1930,9 +1930,8 @@ protected function attachDrupalAdvisories(array &$alerts)
*
* @throws \eiriksm\CosyComposer\Exceptions\ComposerInstallException
*/
protected function doComposerInstall(Config $config)
protected function doComposerInstall(Config $config) : void
{
// @todo: Should probably use composer install command programmatically.
$this->log('Running composer install');
$install_command = ['composer', 'install', '--no-ansi', '-n'];
if (!$config->shouldRunScripts()) {
Expand Down

0 comments on commit 7f9371a

Please sign in to comment.