mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
apply StyleCI recommendation
This commit is contained in:
parent
a203e6322b
commit
7b2f0ff302
|
@ -640,7 +640,7 @@ class Database extends AbstractData
|
|||
'SELECT value FROM ' . self::_sanitizeIdentifier('config') .
|
||||
' WHERE id = ?', array($key), true
|
||||
);
|
||||
return $row ? $row['value']: '';
|
||||
return $row ? $row['value'] : '';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user