mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
apply StyleCI recommendation
This commit is contained in:
parent
eb10d4d35e
commit
ff3b668958
@ -101,7 +101,7 @@ class Configuration
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$config = $basePaths = array();
|
||||
$config = $basePaths = array();
|
||||
$configPath = getenv('CONFIG_PATH');
|
||||
if ($configPath !== false && !empty($configPath)) {
|
||||
$basePaths[] = $configPath;
|
||||
@ -116,6 +116,7 @@ class Configuration
|
||||
throw new Exception(I18n::_('PrivateBin requires configuration section [%s] to be present in configuration file.', $section), 2);
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user