Fix class names in documentation
authorMatthias Schmidt <gravatronics@live.com>
Sun, 20 Dec 2020 10:39:21 +0000 (11:39 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 20 Dec 2020 10:39:21 +0000 (11:39 +0100)
wcfsetup/install/files/lib/form/MultifactorManageForm.class.php
wcfsetup/install/files/lib/system/user/authentication/password/PasswordAlgorithmManager.class.php

index c41f47eae4f42aa5fca51804074acea09c12e25a..37dff959c8bd8db0d2c8c21b82207cf7604b3669 100644 (file)
@@ -9,6 +9,7 @@ use wcf\system\email\SimpleEmail;
 use wcf\system\exception\IllegalLinkException;
 use wcf\system\exception\PermissionDeniedException;
 use wcf\system\form\builder\FormDocument;
+use wcf\system\form\builder\IFormDocument;
 use wcf\system\form\builder\IFormParentNode;
 use wcf\system\form\builder\LanguageItemFormNode;
 use wcf\system\menu\user\UserMenu;
index 3580eb80e37f866a11e845e2f1f8cc01e930da8a..da06673ef0760777856fcfd1d2cb6404cdd4dc11 100644 (file)
@@ -18,7 +18,7 @@ final class PasswordAlgorithmManager extends SingletonFactory {
        /**
         * Returns the password algorithm with the given name.
         *
-        * @throws InvalidArgumentException If the password algorithm does not exist.
+        * @throws \InvalidArgumentException If the password algorithm does not exist.
         * @throws ImplementationException If the password algorithm does not implement IPasswordAlgorithm.
         */
        public function getAlgorithmFromName(string $name): IPasswordAlgorithm {