File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments