From a0aadd3f273134a606cbbf423668556b4a06a8c4 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Tue, 23 Sep 2025 13:17:52 -0700 Subject: [PATCH] [ticket/17541] Add a comment for consitency with similar logic PHPBB-17541 --- phpBB/phpbb/composer/installer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/phpbb/composer/installer.php b/phpBB/phpbb/composer/installer.php index 312acfcc07..f563362994 100644 --- a/phpBB/phpbb/composer/installer.php +++ b/phpBB/phpbb/composer/installer.php @@ -696,6 +696,7 @@ class installer } catch (\Exception $e) { + // If a repo fails, just skip it. continue; } }