@@ -70,7 +70,7 @@ public function __construct()
7070 /**
7171 * This method builds the wsp:Policy elements
7272 *
73- * @return \SimpleSAML\WebServices\Policy\XML\wsp \Policy[]
73+ * @return \SimpleSAML\WebServices\Policy\XML\wsp_200409 \Policy[]
7474 */
7575 public function getPolicies (): array
7676 {
@@ -87,7 +87,7 @@ public function getPolicies(): array
8787 /**
8888 * This method builds the CertificateWSTrustBinding policy.
8989 *
90- * @return \SimpleSAML\WebServices\SecurityPolicy\XML\wsp \Policy
90+ * @return \SimpleSAML\WebServices\SecurityPolicy\XML\wsp_200409 \Policy
9191 */
9292 private function getCertificateWSTrustBinding (): Policy
9393 {
@@ -186,7 +186,7 @@ private function getCertificateWSTrustBinding(): Policy
186186 /**
187187 * This method builds the CertificateWSTrustBinding1 policy.
188188 *
189- * @return \SimpleSAML\WebServices\XML\wsp \Policy
189+ * @return \SimpleSAML\WebServices\XML\wsp_200409 \Policy
190190 */
191191 private function getCertificateWSTrustBinding1 (): Policy
192192 {
@@ -231,7 +231,7 @@ private function getCertificateWSTrustBinding1(): Policy
231231 /**
232232 * This method builds the UserNameWSTrustBinding policy.
233233 *
234- * @return \SimpleSAML\WebServices\Policy\XML\wsp \Policy
234+ * @return \SimpleSAML\WebServices\Policy\XML\wsp_200409 \Policy
235235 */
236236 private function getUserNameWSTrustBindingPolicy (): Policy
237237 {
@@ -329,7 +329,7 @@ private function getUserNameWSTrustBindingPolicy(): Policy
329329 /**
330330 * This method builds the IssuedTokenWSTrustBinding policy.
331331 *
332- * @return \SimpleSAML\WebServices\Policy\XML\wsp \Policy
332+ * @return \SimpleSAML\WebServices\Policy\XML\wsp_200409 \Policy
333333 */
334334 private function getIssuedTokenWSTrustBinding (): Policy
335335 {
@@ -437,7 +437,7 @@ private function getIssuedTokenWSTrustBinding(): Policy
437437 /**
438438 * This method builds the IssuedTokenWSTrustBinding1 policy.
439439 *
440- * @return \SimpleSAML\WebServices\Policy\XML\wsp \Policy
440+ * @return \SimpleSAML\WebServices\Policy\XML\wsp_200409 \Policy
441441 */
442442 private function getIssuedTokenWSTrustBinding1 (): Policy
443443 {
0 commit comments