Passed
Branch master (8ee9ed)
by Alexander
02:30
created
src/XmlConvertible.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
 
134 134
     /**
135 135
      * @param XmlConvertibleInterface $xml
136
-     * @return XmlConvertibleInterface|XmlConvertible
136
+     * @return XmlConvertible|null
137 137
      */
138 138
     public function xmlDiff(XmlConvertibleInterface $xml)
139 139
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Horat1us;
4 4
 
5 5
 use Horat1us\Arrays\Collection;
6
-use Horat1us\Examples\Head;
7 6
 
8 7
 /**
9 8
  * Class XmlConvertible
Please login to merge, or discard this patch.