mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 16:36:59 +01:00
* [ADD] Unit testing. Work in progress
* [MOD] Code refactoring * [MOD] Make classes final for performance improvements and avoid some side behaviours
This commit is contained in:
@@ -33,7 +33,7 @@ defined('APP_ROOT') || die();
|
||||
*
|
||||
* Esta clase se encarga de crear las conexiones a la BD
|
||||
*/
|
||||
class MySQLHandler implements DBStorageInterface
|
||||
final class MySQLHandler implements DBStorageInterface
|
||||
{
|
||||
const STATUS_OK = 0;
|
||||
const STATUS_KO = 1;
|
||||
|
||||
Reference in New Issue
Block a user