Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit fe663341 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

style: header blocks cleanup

Übergeordneter e6fe6936
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
2 Merge Requests!93Next,!92Dev
......@@ -10,14 +10,11 @@
use QUI\Countries\Country;
use QUI\ERP\Customer\NumberRange as CustomerNumberRange;
use QUI\Groups\Group;
use QUI\Interfaces\Users\User as QUIUserInterface;
use QUI\Interfaces\Users\User as UserInterface;
use QUI\Users\AuthenticatorInterface;
use function array_filter;
use function array_flip;
use function array_walk;
use function explode;
use function get_class;
use function is_array;
......@@ -708,7 +705,7 @@ public function setPassword(string $new, ?UserInterface $PermissionUser = null)
{
}
public function changePassword(string $newPassword, string $oldPassword, QUIUserInterface $ParentUser = null): void
public function changePassword(string $newPassword, string $oldPassword, UserInterface $ParentUser = null): void
{
}
......@@ -833,7 +830,7 @@ public function getAuthenticator(string $authenticator): AuthenticatorInterface
);
}
public function enableAuthenticator(string $authenticator, QUIUserInterface $ParentUser = null): void
public function enableAuthenticator(string $authenticator, UserInterface $ParentUser = null): void
{
throw new QUI\Users\Exception(
['quiqqer/core', 'exception.authenticator.not.found'],
......@@ -841,7 +838,7 @@ public function enableAuthenticator(string $authenticator, QUIUserInterface $Par
);
}
public function disableAuthenticator(string $authenticator, QUIUserInterface $ParentUser = null): void
public function disableAuthenticator(string $authenticator, UserInterface $ParentUser = null): void
{
throw new QUI\Users\Exception(
['quiqqer/core', 'exception.authenticator.not.found'],
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren