99use SimpleSAML \SAML11 \Assert \Assert ;
1010use SimpleSAML \SAML11 \XML \ExtensionPointInterface ;
1111use SimpleSAML \XML \{AbstractElement , ElementInterface };
12- use SimpleSAML \XML \Type \QNameValue ;
12+ use SimpleSAML \XMLSchema \Type \QNameValue ;
1313use SimpleSAML \XMLSecurity \Alg \Encryption \EncryptionAlgorithmFactory ;
1414use SimpleSAML \XMLSecurity \Alg \KeyTransport \KeyTransportAlgorithmFactory ;
1515use SimpleSAML \XMLSecurity \Alg \Signature \SignatureAlgorithmFactory ;
@@ -79,7 +79,7 @@ public function registerExtensionHandler(string $class): void
7979 * Such classes must have been registered previously by calling registerExtensionHandler(), and they must
8080 * extend \SimpleSAML\XML\AbstractElement.
8181 *
82- * @param \SimpleSAML\XML \Type\QNameValue|null $qName The qualified name of the element.
82+ * @param \SimpleSAML\XMLSchema \Type\QNameValue|null $qName The qualified name of the element.
8383 *
8484 * @return string|null The fully-qualified name of a class extending \SimpleSAML\XML\AbstractElement and
8585 * implementing support for the given element, or null if no such class has been registered before.
@@ -103,7 +103,7 @@ public function getElementHandler(QNameValue $qName): ?string
103103 * Such classes must have been registered previously by calling registerExtensionHandler(), and they must
104104 * implement \SimpleSAML\SAML11\XML\saml\ExtensionPointInterface.
105105 *
106- * @param \SimpleSAML\XML \Type\QNameValue $qName The qualified name of the extension.
106+ * @param \SimpleSAML\XMLSchema \Type\QNameValue $qName The qualified name of the extension.
107107 * @return string|null The fully-qualified name of a class implementing
108108 * \SimpleSAML\SAML11\XML\saml\ExtensionPointInterface or null if no such class has been registered before.
109109 * @psalm-return class-string|null
0 commit comments