aboutsummaryrefslogtreecommitdiff
path: root/app/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/install.php')
-rw-r--r--app/install.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/install.php b/app/install.php
index 7703b3840..3ad69c071 100644
--- a/app/install.php
+++ b/app/install.php
@@ -508,7 +508,10 @@ function printStep1(): void {
<?php
}
-/* Select database & configuration */
+/**
+ * Select database & configuration
+ * @throws Minz_ConfigurationNamespaceException
+ */
function printStep2(): void {
$system_default_config = FreshRSS_SystemConfiguration::get('default_system');
$s2 = checkStep2();