1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-11 02:12:40 +00:00

Fix typos

This commit is contained in:
J. King 2021-07-07 14:57:06 -04:00
parent c2237532eb
commit 99c923b1b1

View file

@ -1,6 +1,6 @@
<?php <?php
# This script transforms Debian's dbconfig-common's PHP-format include files # This script transforms Debian's dbconfig-common PHP-format include files
# into a form usable by The Arsse. This is necessary because The Arsse # into a form usable by The Arsse. This is necessary because The Arsse
# supports defining configuration parameters for all supported database types # supports defining configuration parameters for all supported database types
# at once, using separate keys for the different types # at once, using separate keys for the different types
@ -39,6 +39,6 @@ if (file_exists($dbconfpath)) {
} }
return $conf; return $conf;
} else { } else {
// if not configuration file exists simply return an empty array // if no configuration file exists simply return an empty array
return []; return [];
} }