@@ -753,7 +753,7 @@ discard block |
||
753 | 753 | /** |
754 | 754 | * Check whether the NameId is encrypted. |
755 | 755 | * |
756 | - * @return true if the NameId is encrypted, false if not. |
|
756 | + * @return boolean if the NameId is encrypted, false if not. |
|
757 | 757 | */ |
758 | 758 | public function isNameIdEncrypted() |
759 | 759 | { |
@@ -1155,7 +1155,7 @@ discard block |
||
1155 | 1155 | * |
1156 | 1156 | * The URI reference MAY directly resolve into an XML document containing the referenced declaration. |
1157 | 1157 | * |
1158 | - * @return string |
|
1158 | + * @return Chunk |
|
1159 | 1159 | */ |
1160 | 1160 | public function getAuthnContextDeclRef() |
1161 | 1161 | { |
@@ -1217,7 +1217,6 @@ discard block |
||
1217 | 1217 | /** |
1218 | 1218 | * Replace all attributes value types.. |
1219 | 1219 | * |
1220 | - * @param array $attributes All new attribute value types, as an associative array. |
|
1221 | 1220 | */ |
1222 | 1221 | public function setAttributesValueTypes(array $attributesValueTypes) |
1223 | 1222 | { |