Misc formatting
This commit is contained in:
parent
5ffdaca762
commit
fcd7ab58a8
@ -34,9 +34,10 @@ class Settings {
|
||||
}
|
||||
|
||||
/**
|
||||
* Load the settings file
|
||||
* Load the settings file - private so it can't be loaded
|
||||
* directly - the settings should be safe!
|
||||
*/
|
||||
protected function __construct()
|
||||
private function __construct()
|
||||
{
|
||||
$path = SETTINGS_DIR.'/settings.json';
|
||||
|
||||
@ -59,6 +60,8 @@ class Settings {
|
||||
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Output the settings on destruct
|
||||
*/
|
||||
|
@ -350,6 +350,6 @@ class DB_Info_Widget extends GtkTable {
|
||||
*/
|
||||
private function _validate()
|
||||
{
|
||||
|
||||
// @todo Implement
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user