99use SimpleSAML \Assert \AssertionFailedException ;
1010use SimpleSAML \Configuration ;
1111use SimpleSAML \Error \Exception ;
12- use SimpleSAML \SAML2 \{AuthnRequest , LogoutRequest };
1312use SimpleSAML \SAML2 \Constants as C ;
1413use SimpleSAML \SAML2 \Exception \Protocol \{NoAvailableIDPException , NoSupportedIDPException };
1514use SimpleSAML \SAML2 \Utils \XPath ;
1615use SimpleSAML \SAML2 \XML \saml \AuthnContextClassRef ;
1716use SimpleSAML \SAML2 \XML \saml \NameID ;
17+ use SimpleSAML \SAML2 \XML \samlp \{AuthnRequest , LogoutRequest };
1818use SimpleSAML \SAML2 \XML \samlp \{IDPEntry , IDPList };
1919use SimpleSAML \Test \Metadata \MetaDataStorageSourceTest ;
2020use SimpleSAML \TestUtils \ClearStateTestCase ;
@@ -120,7 +120,7 @@ protected function setUp(): void
120120 * @param array $state The state array to use in the test. This is an array of the parameters described in section
121121 * 2 of https://simplesamlphp.org/docs/development/saml:sp
122122 *
123- * @return \SimpleSAML\SAML2\AuthnRequest The AuthnRequest generated.
123+ * @return \SimpleSAML\SAML2\XML\samlp\ AuthnRequest The AuthnRequest generated.
124124 */
125125 private function createAuthnRequest (array $ state = []): AuthnRequest
126126 {
@@ -147,7 +147,7 @@ private function createAuthnRequest(array $state = []): AuthnRequest
147147 * @param array $state The state array to use in the test. This is an array of the parameters described in section
148148 * 2 of https://simplesamlphp.org/docs/development/saml:sp
149149 *
150- * @return \SimpleSAML\SAML2\LogoutRequest The LogoutRequest generated.
150+ * @return \SimpleSAML\SAML2\XML\samlp\ LogoutRequest The LogoutRequest generated.
151151 */
152152 private function createLogoutRequest (array $ state = []): LogoutRequest
153153 {
0 commit comments