1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-10-23 11:56:04 +02:00

Improve code style

This commit is contained in:
Marco
2017-02-25 17:58:29 +01:00
parent 94eeb9dbe0
commit 9c60acec0d
3 changed files with 12 additions and 2 deletions

View File

@@ -111,7 +111,9 @@ final class Administration extends UserManager {
$this->deleteUsersByColumnValue('id', (int) $userData['id']);
}
protected function throttle($actionType, $customSelector = null) {}
protected function throttle($actionType, $customSelector = null) {
// do nothing
}
/**
* Deletes all existing users where the column with the specified name has the given value