Incomplete SocketRegistry class added, code cosmetics applied
[core.git] / inc / classes / main / database / wrapper / class_PaymentsDatabaseWrapper.php
index 68281da5f62ced4e77515c47900253659ea096b8..9c1a37d70310d37f9b8cc1e3d031cc5e2bcb0ba1 100644 (file)
@@ -26,14 +26,14 @@ class PaymentsDatabaseWrapper extends BaseDatabaseWrapper {
        const EXCEPTION_CLIENT_USERNAME_NOT_FOUND = 0x180;
 
        // Constants for database table names
-       const DB_TABLE_PAYMENTS = "payments";
+       const DB_TABLE_PAYMENTS = 'payments';
 
        /**
         * Protected constructor
         *
         * @return      void
         */
-       protected function __construct() {
+       protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
        }