Completed
Push — master ( 5dbfda...a73b65 )
by Kacper
03:37
created
Xml/XmlElement.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -261,7 +261,7 @@  discard block
 block discarded – undo
261 261
      *
262 262
      * @param string      $attribute Attribute name, optionally with prefix
263 263
      * @param string|null $uri       XML Namespace URI of attribute, prefix will be automatically looked up
264
-     * @return bool|mixed
264
+     * @return string
265 265
      */
266 266
     public function getAttribute(string $attribute, string $uri = null)
267 267
     {
@@ -483,7 +483,7 @@  discard block
 block discarded – undo
483 483
      *
484 484
      * @param callable|string $predicate Predicate or class name
485 485
      *
486
-     * @return XmlElement|false
486
+     * @return XmlElement|null
487 487
      */
488 488
     public function get($predicate)
489 489
     {
Please login to merge, or discard this patch.