Completed
Push — master ( 1cea30...381bb7 )
by Thijs
08:24
created
src/SAML2/Message.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -352,7 +352,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.