Completed
Push — master ( 2fa86a...a0de91 )
by Thijs
05:35 queued 03:02
created
src/SAML2/Assertion.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -753,7 +753,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.