Test Failed
Push — master ( 677c8f...f41d77 )
by Alexander
02:28
created
src/Services/XmlParserService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
171 171
     }
172 172
 
173 173
     /**
174
-     * @param string|integer $key
174
+     * @param string $key
175 175
      * @param XmlConvertibleInterface $element
176 176
      * @return string
177 177
      */
Please login to merge, or discard this patch.
tests/DiffTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Horat1us\Examples\Head;
13 13
 use Horat1us\Examples\Person;
14 14
 use Horat1us\XmlConvertibleObject;
15
-use SebastianBergmann\PHPLOC\Log\XML;
16 15
 
17 16
 class DiffTest extends \PHPUnit_Framework_TestCase
18 17
 {
Please login to merge, or discard this patch.