Test Setup Failed
Branch dev-master (287e12)
by Petr
04:25
created
src/Core/Request.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
      * @method buildBasePayload
30 30
      * @author PA
31 31
      * @date   2017-01-09
32
-     * @return SimpleXMLElement  XML Envelope with necessary credential parameters
32
+     * @return \SimpleXMLElement  XML Envelope with necessary credential parameters
33 33
      */
34 34
     public function buildBasePayload() : \SimpleXMLElement
35 35
     {
@@ -107,8 +107,8 @@  discard block
 block discarded – undo
107 107
      * @method sxmlAppend
108 108
      * @author PA
109 109
      * @date   2017-01-09
110
-     * @param  SimpleXMLElement $to
111
-     * @param  SimpleXMLElement $from
110
+     * @param  \SimpleXMLElement $to
111
+     * @param  \SimpleXMLElement $from
112 112
      */
113 113
     private function sxmlAppend(\SimpleXMLElement $to, \SimpleXMLElement $from)  {
114 114
         $toDom = dom_import_simplexml($to);
Please login to merge, or discard this patch.
tests/_support/FunctionalTester.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 {
21 21
     use _generated\FunctionalTesterActions;
22 22
 
23
-   /**
24
-    * Define custom actions here
25
-    */
23
+    /**
24
+     * Define custom actions here
25
+     */
26 26
 }
Please login to merge, or discard this patch.
tests/_support/AcceptanceTester.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 {
21 21
     use _generated\AcceptanceTesterActions;
22 22
 
23
-   /**
24
-    * Define custom actions here
25
-    */
23
+    /**
24
+     * Define custom actions here
25
+     */
26 26
 }
Please login to merge, or discard this patch.
tests/_support/UnitTester.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 {
21 21
     use _generated\UnitTesterActions;
22 22
 
23
-   /**
24
-    * Define custom actions here
25
-    */
23
+    /**
24
+     * Define custom actions here
25
+     */
26 26
 }
Please login to merge, or discard this patch.