Skip to content

Commit f8d8eb1

Browse files
committed
Fix phpstan-issues
1 parent 3893df6 commit f8d8eb1

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

src/Trust/Policy13.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function __construct()
7171
/**
7272
* This method builds the wsp:Policy elements
7373
*
74-
* @return \SimpleSAML\WebServices\Policy\XML\wsp\Policy[]
74+
* @return \SimpleSAML\WebServices\Policy\XML\wsp_200409\Policy[]
7575
*/
7676
public function getPolicies(): array
7777
{
@@ -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 UserNameWSTrustBinding policy.
188188
*
189-
* @return \SimpleSAML\WebServices\Policy\XML\wsp\Policy
189+
* @return \SimpleSAML\WebServices\Policy\XML\wsp_200409\Policy
190190
*/
191191
private function getUserNameWSTrustBindingPolicy(): Policy
192192
{
@@ -284,7 +284,7 @@ private function getUserNameWSTrustBindingPolicy(): Policy
284284
/**
285285
* This method builds the IssuedTokenWSTrustBinding policy.
286286
*
287-
* @return \SimpleSAML\WebServices\Policy\XML\wsp\Policy
287+
* @return \SimpleSAML\WebServices\Policy\XML\wsp_200409\Policy
288288
*/
289289
private function getIssuedTokenWSTrustBinding(): Policy
290290
{
@@ -393,7 +393,7 @@ private function getIssuedTokenWSTrustBinding(): Policy
393393
/**
394394
* This method builds the IssuedTokenWSTrustBinding1 policy.
395395
*
396-
* @return \SimpleSAML\WebServices\Policy\XML\wsp\Policy
396+
* @return \SimpleSAML\WebServices\Policy\XML\wsp_200409\Policy
397397
*/
398398
private function getIssuedTokenWSTrustBinding1(): Policy
399399
{

src/Trust/Policy2005.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)