Completed
Push — master ( 8e06a1...b0dbe4 )
by Jaime Pérez
05:41
created
src/SAML2/Message.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -355,7 +355,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/SAML2/XML/saml/BaseIDType.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,6 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/SAML2/XML/saml/NameIDType.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,6 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.