diff options
Diffstat (limited to 'app/install.php')
| -rw-r--r-- | app/install.php | 5 |
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(); |
