@@ -355,7 +355,7 @@ |
||
| 355 | 355 | /** |
| 356 | 356 | * Retrieve the issuer if this message. |
| 357 | 357 | * |
| 358 | - * @return string|\SAML2\XML\saml\Issuer|null The issuer of this message, or NULL if no issuer is given |
|
| 358 | + * @return string The issuer of this message, or NULL if no issuer is given |
|
| 359 | 359 | */ |
| 360 | 360 | public function getIssuer() |
| 361 | 361 | { |
@@ -70,7 +70,6 @@ |
||
| 70 | 70 | /** |
| 71 | 71 | * Convert this BaseID to XML. |
| 72 | 72 | * |
| 73 | - * @param \DOMElement $element The element we are converting to XML. |
|
| 74 | 73 | * @return \DOMElement The XML element after adding the data corresponding to this BaseID. |
| 75 | 74 | */ |
| 76 | 75 | public function toXML(\DOMElement $parent = null) |
@@ -77,7 +77,6 @@ |
||
| 77 | 77 | /** |
| 78 | 78 | * Convert this NameIDType to XML. |
| 79 | 79 | * |
| 80 | - * @param \DOMElement $element The element we are converting to XML. |
|
| 81 | 80 | * |
| 82 | 81 | * @return \DOMElement The XML element after adding the data corresponding to this NameIDType. |
| 83 | 82 | */ |