@@ -352,7 +352,7 @@ discard block |
||
352 | 352 | /** |
353 | 353 | * Retrieve the issuer if this message. |
354 | 354 | * |
355 | - * @return string|object|null The issuer of this message, or NULL if no issuer is given |
|
355 | + * @return string The issuer of this message, or NULL if no issuer is given |
|
356 | 356 | */ |
357 | 357 | public function getIssuer() |
358 | 358 | { |
@@ -455,6 +455,7 @@ discard block |
||
455 | 455 | |
456 | 456 | /** |
457 | 457 | * Set attribute for Issuer if is an object. |
458 | + * @param \DOMElement $root |
|
458 | 459 | */ |
459 | 460 | private function setIssuerAttribute($root) |
460 | 461 | { |