Passed
Branch master (94149a)
by Alexander
02:22
created
src/XmlConvertible.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     /**
26 26
      * @param XmlConvertibleInterface $xml
27 27
      * @param bool $skipEmpty
28
-     * @return XmlConvertible|XmlConvertibleInterface|null
28
+     * @return null|XmlConvertible
29 29
      */
30 30
     public function xmlIntersect(
31 31
         XmlConvertibleInterface $xml,
Please login to merge, or discard this patch.