Completed
Push — release-4-alpha ( 6c798a...44a0c7 )
by Tim
01:55
created
src/SAML2/Utils.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -269,7 +269,7 @@
 block discarded – undo
269 269
      *
270 270
      * @param  \DOMElement $node          The element we should fetch the attribute from.
271 271
      * @param  string      $attributeName The name of the attribute.
272
-     * @param  mixed|null  $default       The value that should be returned if the attribute doesn't exist.
272
+     * @param  false|null  $default       The value that should be returned if the attribute doesn't exist.
273 273
      * @return mixed The value of the attribute, or $default if the attribute doesn't exist.
274 274
      * @throws \Exception
275 275
      */
Please login to merge, or discard this patch.
src/SAML2/XML/md/IDPSSODescriptor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -193,7 +193,7 @@
 block discarded – undo
193 193
 
194 194
     /**
195 195
      * Collect the value of the Attribute-property
196
-     * @return \SAML2\XML\md\Attribute[]
196
+     * @return Attribute[]
197 197
      */
198 198
     public function getAttribute()
199 199
     {
Please login to merge, or discard this patch.