Test Failed
Pull Request — master (#182)
by
unknown
02:58
created
src/Entity/COD.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -30,11 +30,11 @@
 block discarded – undo
30 30
         }
31 31
     }
32 32
 
33
-     /**
34
-     * @param null|DOMDocument $document
35
-     *
36
-     * @return DOMElement
37
-     */
33
+        /**
34
+         * @param null|DOMDocument $document
35
+         *
36
+         * @return DOMElement
37
+         */
38 38
     public function toNode(DOMDocument $document = null)
39 39
     {
40 40
         if (null === $document) {
Please login to merge, or discard this patch.
src/Entity/InternationalForms.php 1 patch
Indentation   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -616,7 +616,4 @@
 block discarded – undo
616 616
     {
617 617
         $this->declarationStatement = $statement;
618 618
 
619
-        return $this;
620
-    }
621
->>>>>>> develop
622
-}
619
+        return $this
623 620
\ No newline at end of file
Please login to merge, or discard this patch.
src/Tracking.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
 
169 169
         $response = '';
170 170
         if($this->response) {
171
-          $response = $this->response->getResponse();
171
+            $response = $this->response->getResponse();
172 172
         }
173 173
 
174 174
 
@@ -179,9 +179,9 @@  discard block
 block discarded – undo
179 179
             );
180 180
         }
181 181
         if($response)
182
-          return $this->formatResponse($response);
182
+            return $this->formatResponse($response);
183 183
         else
184
-          return $response;
184
+            return $response;
185 185
 
186 186
     }
187 187
 
Please login to merge, or discard this patch.