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;
/**
* 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 {