Skip to content

Commit a0aadd3

Browse files
committed
[ticket/17541] Add a comment for consitency with similar logic
PHPBB-17541
1 parent 535fc29 commit a0aadd3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

phpBB/phpbb/composer/installer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ protected function resolve_highest_versions(array $package_names, $composer, Con
696696
}
697697
catch (\Exception $e)
698698
{
699+
// If a repo fails, just skip it.
699700
continue;
700701
}
701702
}

0 commit comments

Comments
 (0)