Skip to content

Commit ce8c45a

Browse files
committed
PHPdoc
1 parent cb1325c commit ce8c45a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/Aggregator.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ class Aggregator
110110
/**
111111
* An array of roles to filter the aggregate by. Keys can be any of:
112112
*
113-
* - SAML2_XML_md_IDPSSODescriptor
114-
* - SAML2_XML_md_SPSSODescriptor
115-
* - SAML2_XML_md_AttributeAuthorityDescriptor
113+
* - \SAML2\XML\md\IDPSSODescriptor
114+
* - \SAML2\XML\md\SPSSODescriptor
115+
* - \SAML2\XML\md\AttributeAuthorityDescriptor
116116
*
117117
* Values will be true if enabled, false otherwise.
118118
*
@@ -566,7 +566,7 @@ protected function exclude(EntitiesDescriptor $descriptor)
566566
*
567567
* @param \SAML2\XML\md\EntitiesDescriptor $descriptor The EntitiesDescriptor to filter.
568568
*
569-
* @return SAML2_XML_md_EntitiesDescriptor The EntitiesDescriptor with only the entities filtered.
569+
* @return \SAML2\XML\md\EntitiesDescriptor The EntitiesDescriptor with only the entities filtered.
570570
*/
571571
protected function filter(EntitiesDescriptor $descriptor)
572572
{

0 commit comments

Comments
 (0)