Completed
Push — master ( 7a0b0e...bff8fc )
by Randy
02:29
created
src/PrefixableInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -10,6 +10,7 @@
 block discarded – undo
10 10
 {
11 11
     /**
12 12
      * @param string $prefix
13
+     * @return void
13 14
      */
14 15
     public function setPrefix(string $prefix);
15 16
 
Please login to merge, or discard this patch.
tests/TranslatorTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Dgame\Soap\Test;
4 4
 
5
+use DOMDocument;
5 6
 use Dgame\Soap\Dom\Translator;
6 7
 use Dgame\Soap\XmlElement;
7 8
 use Dgame\Soap\XmlNode;
8
-use DOMDocument;
9 9
 use PHPUnit\Framework\TestCase;
10 10
 
11 11
 /**
Please login to merge, or discard this patch.