Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoyan Stefanov committed Jan 19, 2023
1 parent 2cef05b commit 045946b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/src/Util/IniReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ public static function getExtensions(): array
* @param bool $allowSample If true also look for e.g. "locations.ini.sample"
* @return array|null Parsed ini or null
*/
public static function parse($filename, $processSections = false, $allowSample = false) {
public static function parse($filename, $processSections = false, $allowSample = false)
{
$paths = [
realpath(SETTINGS_PATH . '/server/' . $filename),
realpath(SETTINGS_PATH . '/common/' . $filename),
Expand Down

0 comments on commit 045946b

Please sign in to comment.